1
27kviews
Explain Design of Dynamic Linking Loader along with example.
1 Answer
| written 9.5 years ago by |
• Loader is the system program which is responsible for preparing the object program for execution and initiate the execution.
• The loader does the job of coordinating with the OS to get initial loading address for the .EXE file and load it into the memory.
• Function of Loader: …