Question: What does the term \'symbol table\' refer to in a compiler?
Options:
Correct Answer: A data structure that stores information about identifiers
Solution:
A symbol table is a data structure that stores information about identifiers, such as their types and scopes.