Multiple choice

Which of the following data structures of the compiler is represented as an enumerated type and it may require other information, such as spelling of identifier, numeric value, etc?

  1. Syntax tree

  2. Token

  3. Symbol table

  4. Set

  5. Queue

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

This data structure of the compiler is represented as an enumerated type and it may require other information, such as spelling of identifier, numeric value, etc.