Multiple choice

Which of the following tables is/are permanent database(s) in the general mode of compiler?

  1. Literal

  2. Terminal

  3. Identifier

  4. All of the above

  5. -

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

Terminal tables have permanent database entries for each terminal symbol. In this, data structures used by compiler keep the track of terminal tables of the syntactic analysis.