Posts

Showing posts with the label Loader and Debugger

Programming In C, Linker, Loader and Debugger

Image
 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. Object Code 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 p...