InterviewSolution
Saved Bookmarks
| 1. |
Which phase of the compiler is Syntax Analysis?(a) First(b) Second(c) Third(d) None of the mentionedI had been asked this question during an interview.I need to ask this question from Syntax Analyser topic in chapter Contextfree Grammar and Syntax Analysis of Compiler |
|
Answer» CORRECT answer is (b) Second To explain I WOULD SAY: It is Second Phase Of COMPILER after LEXICAL Analyzer. |
|