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


Please Help Members By Posting Answers For Below Questions

What is #define?

578


using for loop sum 2 number of any 4 digit number in c language

1738


Write a program for Overriding.

692


Ow can I insert or delete a line (or record) in the middle of a file?

579


What is static volatile in c?

580






How does pointer work in c?

623


write a c program for swapping two strings using pointer

2098


Explain what is a program flowchart and explain how does it help in writing a program?

653


Is c pass by value or reference?

601


Why do we use null pointer?

609


what do the 'c' and 'v' in argc and argv stand for?

651


Explain the Difference between the New and Malloc keyword.

690


What are the types of pointers?

608


What is a program flowchart and how does it help in writing a program?

669


Explain how can you be sure that a program follows the ansi c standard?

870