Multiple choice

The details of all external symbols & relocation formation (relocation list or map) is provided to linker by a/an

  1. macro processor

  2. translator

  3. loader

  4. editor

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

The translator (compiler or assembler) generates the object file, which includes the relocation information and external symbol references required by the linker to create the final executable.