InterviewSolution
Saved Bookmarks
| 1. |
By whom is the symbol table created?(a) Compiler(b) Interpreter(c) Assembler(d) None of the mentionedI had been asked this question in semester exam.My query is from Syntax Analyser topic in section Contextfree Grammar and Syntax Analysis of Compiler |
|
Answer» CORRECT answer is (a) COMPILER The explanation is: Symbol table is CREATED by the compiler which CONTAINS the list of LEXEMES or tokens. |
|