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
What are the applications of c language?
What is the importance of c in your views?
Do you know the use of 'auto' keyword?
What is a pragma?
Explain how do you determine a file’s attributes?
What is the benefit of using an enum rather than a #define constant?
What are enumerated types?
Does sprintf put null character?
What are the application of c?
Can we add pointers together?
Do pointers store the address of value or the actual value of a variable?
Why c is called top down?
What is the default value of local and global variables in c?
How can I manipulate strings of multibyte characters?
Is the exit() function same as the return statement? Explain.