Write a note on relocatable program and self relocatable program.
Answers
Answered by
6
definition - What does Self-Relocating Program mean?
A self-relocating program is one that relocates its address-sensitive instructions to other parts of the memory. The program performs its own relocation and does not require a linker. Self-relocation is used in time-sharing operating systems where the load address of a program may change for each different execution.
Similar questions