difference between loading and linking



difference between loading and linking..

Answer / madhumatee

Linker is a program that helps to link various pieces of
code or data together to form a single executable file that
can be loaded into memory
Loader is a program that helps in copying the program image
from hard disk to main memory in order to put the program
in a ready to run state.

Is This Answer Correct ?    1 Yes 1 No

Post New Answer

More C Interview Questions

What is multidimensional arrays

0 Answers  


Why main is not a keyword in c?

0 Answers  


What is floating point constants?

0 Answers  


What are the application of c?

0 Answers  


post new interiew question and aptitude test papers

1 Answers  






Explain about block scope in c?

0 Answers  


What are the uses of null pointers?

0 Answers  


What is auto keyword in c?

0 Answers  


What is the default value of local and global variables in c?

0 Answers  


What is a pointer on a pointer in c programming language?

0 Answers  


Write a program to exchange two variaables without temp

9 Answers   Geometric Software,


What's the difference between DELETE TABLE and TRUNCATE TABLE commands?

2 Answers   CTC,


Categories