Question

What is the primary purpose of a "symbol table" in a compiler's runtime environment?

A To store the machine code instructions.
B To keep track of all identifiers, their types, scopes, and addresses.
C To manage the call stack during function execution.
D To store intermediate code generated by the front end.
E To perform error recovery during parsing.
Practice Next

Hey! Ask a query