Taking an example,differentiate b/w loader and linker ?



Taking an example,differentiate b/w loader and linker ? ..

Answer / 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

More C Interview Questions

What is the difference between fread and fwrite function?

0 Answers  


How can a string be converted to a number?

0 Answers  


What is the difference b/w main() in C language and main() in C++.

7 Answers  


How we add our function in liabrary as liabrary function. Exp. we want use our int factorical(int); function as int pow(int,int); function working in math header file.

1 Answers  


What are variables c?

0 Answers  






program to find the second largest word in a paragraph amongst all words that repeat more thn twice

4 Answers   CTS, iGate,


How can I access a memory located at certain address?

2 Answers   CSC,


What is union in c?

0 Answers  


Explain about the functions strcat() and strcmp()?

0 Answers  


What is the use of a ‘’ character?

0 Answers  


What is a rvalue?

0 Answers   Global Logic,


What is typedef?

1 Answers  


Categories