SYNTAX ANALYSIS
ROLE OF THE PARSER
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
____ is used in the several stages of the compiler.
|
Table
|
|
Symbol table
|
|
Records
|
|
Program
|
Explanation:
Detailed explanation-1: -Symbol table is an important data structure used in a compiler. Symbol table is used to store the information about the occurrence of various entities such as objects, classes, variable name, interface, function name etc. it is used by both the analysis and synthesis phases.
Detailed explanation-2: -Operators are symbols that tell the compiler to perform specific mathematical or logical manipulations.
There is 1 question to complete.