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 AnalysisI have been asked this question in an interview for internship.My question is taken from Bottom-Up Parsing-1 in division Bottom Up Parsing of Compiler |
|
Answer» RIGHT answer is (b) LEXICAL Analysis For EXPLANATION: Conversion of characters to TOKENS. |
|