COMPILER DESIGN

SYNTAX ANALYSIS

ROLE OF THE PARSER

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
____ refers to the location to store the value for a symbol.
A
value
B
place
C
code
D
number
Explanation: 

Detailed explanation-1: -To display the value of a variable, type the variable name, preceded by a dollar sign ( $ ).

Detailed explanation-2: -The symbol tables can be stored in the object file of the program or in a separate debug file. You can save symbol tables in a separate debug file if you compile or assemble your programs with one of the following compilers or assembler: Enterprise COBOL for z/OS, Version 4.

Detailed explanation-3: -The symbol table is used to store essential information about every symbol contained within the program. Virtually every phase of the compiler will use the symbol table: The initialization phase will place keywords, operators, and standard identifiers in it.

There is 1 question to complete.