Resolution of externally defined symbols is performed by _____.
2018
Resolution of externally defined symbols is performed by _____.
- A.
Linker
- B.
Loader
- C.
Compiler
- D.
Editor
Attempted by 126 students.
Show answer & explanation
Correct answer: A
Answer: The linker performs the resolution of externally defined symbols. A linker combines object modules into a single object or executable, matches each symbol reference with its corresponding definition, and assigns final addresses so every external symbol is defined in the output. Static linking: the linker resolves all external symbols at link time and produces a fully linked executable.