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 parts of c program?
application areas a 'c' a) operating system b) graphics, interpreter, assembler c) program evalution, communication softwares d) all the above
Where does the name "C" come from, anyway?
What are the types of operators in c?
What is difference between far and near pointers?
What is the function of volatile in c language?
how do you programme Carrier Sense Multiple Access
The number of measuring units from an arbitarary starting point in a record,area,or control block to some other point a) recording pointer b) offset c) branching d) none
What is methods in c?
What does == mean in texting?
Why is it usually a bad idea to use gets()? Suggest a workaround.
What is the benefit of using #define to declare a constant?
What is use of pointer?
Describe the header file and its usage in c programming?
explain what are pointers?