Tuesday 6 June 2017

What is Linker and Loader?



 Linker
            It is the tool which links program to the global variables.

Loader 

            Loader loads the program from secondary storage(Hard disk, usb storage etc.) to the main memory(RAM) to get executed by the processor. Loader uses the relocatable logical addresses and save the executable code into the actual address space in the main memory.

No comments:

Post a Comment