Multiple choice

Which of the following types of intermediate codes is used in a single pass compiler?

  1. Postfix notations

  2. Syntax tree

  3. Quadrupples

  4. Intermediate code is not generated at all

  5. Tripples

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

Single pass compiler does not generate intermediate code , since equivalent code is generated as and when the statement is scanned.