Multiple choice

Relocation bits used by relocating loader are specified by

  1. relocating loader itself

  2. linker

  3. assembler or translator

  4. macro processor

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

Relocation bits, which indicate which parts of an object code need address adjustment during loading, are generated and provided by the assembler or translator when converting source code to machine code.