Choose the correct description of Symbol table.
- A. The compiler phase that translates source code into an intermediate representation before final code generation.
- B. The first phase of compilation that converts source code into a sequence of tokens.
- C. A data structure used by a compiler to store information about variables, functions, and identifiers. ✓
- D. A tree representation showing the syntactic structure of source code according to grammar rules.
Correct answer
C. A data structure used by a compiler to store information about variables, functions, and identifiers.
Explanation
Symbol table refers to a data structure used by a compiler to store information about variables, functions, and identifiers.