difference between loading and linking

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

Is there a way to have non-constant case labels (i.e. Ranges or arbitrary expressions)?

866


how to build a exercise findig min number of e heap with list imlemented?

1872


How do you convert strings to numbers in C?

965


Explain b+ tree?

855


Explain how do you generate random numbers in c?

849


How can I open a file so that other programs can update it at the same time?

938


What does printf does?

1012


what is the diffrenet bettwen HTTP and internet protocol

1623


Explain the use of 'auto' keyword in c programming?

922


What is a structure in c language. how to initialise a structure in c?

865


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

2025


Can you pass an entire structure to functions?

933


Device an algorithm for weiler-atherton polygon clipping, where the clipping window can be any specified polygon

5737


Explain what’s a signal? Explain what do I use signals for?

823


How can I manipulate strings of multibyte characters?

844