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 main () in c?
what is stack , heap ,code segment,and data segment
What is the newline escape sequence?
Explain the use of #pragma exit?
What is meant by initialization and how we initialize a variable?
Write a code of a general series where the next element is the sum of last k terms.
Create a simple code fragment that will swap the values of two variables num1 and num2.
What is the maximum length of an identifier?
Are there constructors in c?
How can I avoid the abort, retry, fail messages?
What is new line escape sequence?
What is the importance of c in your views?
any restrictions have on the number of 'return' statements that may be present in a function. a) no restriction b) only 2 return statements c) only 1 return statements d) none of the above
what is the differnce between programing langauge and tool? is sas is a programing langauge r tool?
Why pointers are used in c?