InterviewSolution
Saved Bookmarks
| 1. |
The action of parsing the source program into proper syntactic classes is called ________(a) Syntax analysis(b) Lexical analysis(c) Interpretation analysis(d) General syntax analysisThe question was asked by my school principal while I was bunking the class.I need to ask this question from Three-Address Statements topic in chapter Syntax Directed Definition and Translations of Compiler |
|
Answer» RIGHT answer is (B) LEXICAL analysis Easy explanation: CHECKS for CORRECT syntax. |
|