1
27kviews
Explain Design of Dynamic Linking Loader along with example.
1 Answer
3
953views

• 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: …

Create a free account to keep reading this post.

and 4 others joined a min ago.

Please log in to add an answer.