Computer Science And Engineering

Computer Science And EngineeringCompiler DesignMultiple Choice (MCQ)1 Mark
Q2.

Which ONE of the following statements is FALSE regarding the symbol table?

A
Symbol table is responsible for keeping track of the scope of variables.
B
Symbol table can be implemented using a binary search tree.
C
Symbol table is not required after the parsing phase.
D
Symbol table is created during the lexical analysis phase.