InterviewSolution
Saved Bookmarks
| 1. |
What is the task of the lexical analysis?(a) None of the mentioned(b) To build a literal and identifier table(c) To build a uniform symbol table(d) To build a uniform symbol table, literal and identifier tableI had been asked this question at a job interview.My query is from Three-Address Statements in chapter Syntax Directed Definition and Translations of Compiler |
|
Answer» Correct option is (d) To build a UNIFORM SYMBOL table, literal and identifier table |
|