Taking an example,differentiate b/w loader and linker ?
Answer Posted / banavathvishnu
Loader comes into picture after it is build successfully
when u run the program, Loader loades the program in to
main memory and will execute.
Linker is one which links library files with the object
files.
Linker comes into picture at the build time of the program.
| Is This Answer Correct ? | 9 Yes | 4 No |
Post New Answer View All Answers
Why do we use c for the speed of light?
How can I pad a string to a known length?
What is return type in c?
What does emoji p mean?
if (i = 0)printf ("True"); elseprintf("False"); Under what conditions will the above print out the string "True" a) Never b) Always c) When the value of i is 0 d) all of the above
What are the types of variables in c?
how can use subset in c program and give more example
Explain how can you be sure that a program follows the ansi c standard?
How can this be legal c?
How to delete a node from linked list w/o using collectons?
Can you please explain the scope of static variables?
what is a constant pointer in C
What are the header files used in c language?
What is the best style for code layout in c?
What are local static variables? How can you use them?