Computer Science, asked by Saumyakant9882, 1 year ago

Describe in detail how relocation and linking is performed. Explain with example"

Answers

Answered by mrdhakad121
0

Explanation:

Relocation is typically done by the linker at link time, but it can also be done at load time by a relocating loader, or at run time by the running program itself. Some architectures avoid relocation entirely by deferring address assignment to run time; this is known as zero address arithmetic

Similar questions