InterviewSolution
Saved Bookmarks
| 1. |
By whom is the symbol table created?(a) Compiler(b) Interpreter(c) Assembler(d) None of the mentioned |
|
Answer» Correct answer is (a) Compiler The explanation is: Symbol table is created by the compiler which contains the list of lexemes or tokens. |
|