Compiler Design

A data structure used by a compiler to store information about variables, functions, and identifiers. What is this concept called?

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.