InterviewSolution
Saved Bookmarks
| 1. |
Resolution of externally defined symbols is performed by ___________(a) Linker(b) Loader(c) Compiler(d) InterpreterThis question was addressed to me in an interview for internship.My doubt is from Data Structure for Representing Parsing Table topic in section Bottom Up Parsing of Compiler |
|
Answer» CORRECT choice is (a) LINKER For explanation I would say: A linker or link editor is a computer program that takes one or more object files generated by a COMPILER and COMBINES them into a single executable file, library file, or another object file. |
|