InterviewSolution
Saved Bookmarks
| 1. |
In a two pass assembler the object code generation is done during the __________(a) Second pass(b) First pass(c) Zeroth pass(d) Not done by assemblerThis question was addressed to me by my college director while I was bunking the class.The question is from SDT Schemes to Specify Translation of various Programming Language Construct in chapter Syntax Directed Definition and Translations of Compiler |
|
Answer» RIGHT option is (a) Second PASS The explanation is: I second pass object code is GENERATED. |
|