1
97kviews
Explain Functions of loader.
1 Answer
written 8.9 years ago by |
Loader
• A loader is a system program, which takes the object code of a program as input and prepares it for execution.
• Programmers usually define the Program to be loaded at some predefined location in the memory.
• But this loading address given by the programmer is not …