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
What is meant by high-order and low-order bytes?
What is the use of getchar functions?
Why is sprintf unsafe?
Is it acceptable to declare/define a variable in a c header?
List the different types of c tokens?
What is stack in c?
What is n in c?
Can the sizeof operator be used to tell the size of an array passed to a function?
Draw a diagram showing how the operating system relates to users, application programs, and the computer hardware ?
What do you know about the use of bit field?
The % symbol has a special use in a printf statement. Explain how would you place this character as part of the output on the screen?
Why cant I open a file by its explicit path?
What does void main return?
what is the function of pragma directive in c?
What does %c do in c?