InterviewSolution
Saved Bookmarks
| 1. |
Select a Machine Independent phase of the compiler.(a) Syntax Analysis(b) Intermediate Code generation(c) Lexical Analysis(d) All of the mentionedI have been asked this question in exam.My enquiry is from Syntax Analyser topic in chapter Contextfree Grammar and Syntax Analysis of Compiler |
|
Answer» RIGHT answer is (d) All of the mentioned For EXPLANATION: All of them WORK independent of a MACHINE. |
|