Answer Posted / vadivel t
Linker is a stage before loader. Linker is a person who is
responsible for linking the different object file and the
outcome will be a executable file. Loader is a person who
reads the content of the executable file and place it into
memory. This code shall be executed when the operating
system control is coming to the loaded program.
| Is This Answer Correct ? | 9 Yes | 7 No |
Post New Answer View All Answers
code for replace tabs with equivalent number of blanks
What is the role of && operator in a program code?
What is this pointer in c plus plus?
Give a one-line C expression to test whether a number is a power of 2. [No loops allowed - it's a simple test.]
What is the difference between test design and test case design?
A collection of data with a given structure for excepting storing and providing on demand data for multiple users a) linked list b) datastructer c) database d) preprocessor
Is it cc or c in a letter?
Why flag is used in c?
how to solve "unable to open stdio.h and conio.h header files in windows 7 by using Dos-box software
what are the different storage classes in c?
Describe newline escape sequence with a sample program?
Do pointers need to be initialized?
Who is the founder of c language?
Give differences between - new and malloc() , delete and free() ?
How does #define work?