1
98kviews
Explain Functions of loader.
1 Answer
| written 9.5 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 …