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 function definition in c?
What are register variables? What are the advantage of using register variables?
What is extern c used for?
What is 2c dna?
Which are low level languages?
can any one tel me wt is the question pattern for NIC exam
What is function prototype in c with example?
What are header files in c programming?
string reverse using recursion
What is action and transformation in spark?
What is the use of ?
What is struct node in c?
Write a program on swapping (100, 50)
Explain what math functions are available for integers? For floating point?
What is LINKED LIST? How can you access the last element in a linked list?