1.

The table created by lexical analysis to describe all literals used in the source program is?(a) Terminal table(b) Literal table(c) Identifier table(d) ReductionsThis question was posed to me during an online interview.I want to ask this question from Syntax-Directed Definitions and Translations in division Syntax Directed Definition and Translations of Compiler

Answer»

The correct OPTION is (b) Literal table

Easy EXPLANATION: In COMPUTER science, and specifically in compiler and assembler design, literal pool is a lookup table USED to hold LITERALS during assembly and execution.



Discussion

No Comment Found

Related InterviewSolutions