COMPILER DESIGN

TOOLS AND TECHNIQUES FOR COMPILER DESIGN

MISCELLENOUS

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
Resolution of externally defined symbols is performed by
A
Linker
B
Loader
C
Compiler
D
Interpreter
Explanation: 

Detailed explanation-1: -Linker: A Linker is a computer program that takes object files which is generated by compiler and combines all these object files into a single executable file or another object file, so resolution of externally defined symbols is performed by linker.

There is 1 question to complete.