In order execute two programs separately a linking loader is used. That is link loader creates a link between two programs...
Arun said:
(Wed, Dec 5, 2012 05:36:26 AM)
The compiler converts the high level instruction to machine level instruction which is followed by Dynamic Loading where the program is loaded into the memory for execution. The Dynamic Linking process adds the system library along with the program which has to be executed. The new System library can be added or updated in the process of the dynamic Linking. Hence Linking and loading process follows after compilation.
Sandeep said:
(Thu, Feb 28, 2013 09:06:08 PM)
We also know that "in any program we are using lib. Function, user defined function and macros. The linker link all the above function and then loader load the whole program into memory.
S Kumar said:
(Sat, Mar 9, 2013 11:12:35 AM)
Here the question is which is used for linking? so the answer is Linker and not Linker Loader. Linker is very different than loader.