What is the name of the table generated during lexical analysis that records all the literals present in the source code?
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.