Programming In C, Linker, Loader and Debugger
Topic: Programming In C
Question: Describe the purpose of Linker, Loader and Debugger.
Linker: a linker is a computer program that takes one or more object files generated by a compiler and combines them into one or more executable programs.
Loader: A loader is the part of an operating system that is responsible for loading programs and libraries. It is one of the essential stages in the process of starting a program
Debugger: It is a software that executes a program line by line, examines the values stored in variables and helps in finding and removing errors in programs.
Programming Basics.
C is a popular and widely used programming language for creating computer programs. A large variety of application programs and many operating system are written in C.
The C language character set includes
Letters: C language comprises the following set of letters to
form a standard program. They are:
A to Z in capital letters.
A to z in small letters.
In C programming, small letter and caps letter are distinct.
https://www.youtube.com/watch?v=e4ax90XmUBc
https://www.youtube.com/watch?v=ffovPJF86wU
Comments
Post a Comment