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

An array name contains base address of the array. Can we change the base address of the array?

4 Answers   NMIMS, Wipro,


a simple c program using 'for' loop to display the output 5 4 3 2 1

2 Answers   Google,


i want to know aptitude questions,technical questions

2 Answers  


In this assignment you are asked to write a multithreaded program to find the duplicates in an array of 10 million integers. The integers are between -5000,000 to 5000,000 and are generated randomly. Use 10 threads, each thread works on 1000,000 integers. Compare the time needed to accomplish the task with single thread of execution program. Do not include the time to fill the array with integers in the execution time.

0 Answers  


Why doesn't C have nested functions?

2 Answers  


Which type of language is c?

0 Answers  


WHAT IS THE DIFFERENCE BETWEEN malloc() and calloc() in c file management?

28 Answers   3D PLM, Code Studio, Deltech, IBM,


i have a written test in tomorrow

1 Answers   NNN, Value Labs,


write a c program in such a way that if we enter the today date the output should be next day's date.

0 Answers  


Here is a neat trick for checking whether two strings are equal

0 Answers  


write a program in c language to print your bio-data on the screen by using functions.

6 Answers   College School Exams Tests, IBM,


Explain how can I manipulate strings of multibyte characters?

0 Answers  


Categories