InterviewSolution
Saved Bookmarks
| 1. |
Relocating bits used by relocating loader are specified by __________(a) Relocating loader itself(b) Linker(c) Assembler(d) Macro ProcessorI got this question in a national level competition.This interesting question is from Bottom-Up Parsing-1 in section Bottom Up Parsing of Compiler |
|
Answer» RIGHT OPTION is (b) Linker Easiest explanation: Takes an object files and COMBINES them into a single executable FILE, library file, or ANOTHER object file. |
|