What is the name of the table generated during lexical analysis that records all the literals present in the source code?

Choose the correct answer

Explanation

During lexical analysis, a literal table is constructed to keep track of every literal value found in the source program. This table helps the compiler manage constants such as numbers and strings efficiently.

What is the name of the table generated during lexic… — Language processors | PakQuizHub