A data structure used by a compiler to store information about variables, functions, and identifiers. What is this concept called?
- A. Code generation
- B. Interpreter
- C. Syntax analysis
- D. Symbol table ✓
Correct answer
D. Symbol table
Explanation
Symbol table refers to a data structure used by a compiler to store information about variables, functions, and identifiers.