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
Is there a way to have non-constant case labels (i.e. Ranges or arbitrary expressions)?
how to build a exercise findig min number of e heap with list imlemented?
How do you convert strings to numbers in C?
Explain b+ tree?
Explain how do you generate random numbers in c?
How can I open a file so that other programs can update it at the same time?
What does printf does?
what is the diffrenet bettwen HTTP and internet protocol
Explain the use of 'auto' keyword in c programming?
What is a structure in c language. how to initialise a structure in c?
using for loop sum 2 number of any 4 digit number in c language
Can you pass an entire structure to functions?
Device an algorithm for weiler-atherton polygon clipping, where the clipping window can be any specified polygon
Explain what’s a signal? Explain what do I use signals for?
How can I manipulate strings of multibyte characters?