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 is the modulus operator?
What is the 'named constructor idiom'?
Explain the difference between ++u and u++?
How many main () function we can have in a project?
What is a program?
swap 2 numbers without using third variable?
Explain how do you override a defined macro?
Why c is called a mid level programming language?
What does s c mean on snapchat?
#include
What is actual argument?
Explain the difference between malloc() and calloc() in c?
What is a loop?
Explain what is the difference between null and nul?
What is the maximum length of an identifier?