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
Explain can static variables be declared in a header file?
int far *near * p; means
what will be the output for the following main() { printf("hi" "hello"); }
What is the use of in c?
What are reserved words with a programming language?
What are two dimensional arrays alternatively called as?
What are the storage classes in C?
What is the 'named constructor idiom'?
Why is c called "mother" language?
Whats s or c mean?
Is it possible to initialize a variable at the time it was declared?
Explain how can you check to see whether a symbol is defined?
Explain the use of bit fieild.
Explain what is the difference between a string copy (strcpy) and a memory copy (memcpy)? When should each be used?
How can I generate floating-point random numbers?