Multiple choice

Which of the following phases of the compiler transforms the parse tree into an intermediate language representation of the source program called Three-Address Code?

  1. Lexical Analysis

  2. Syntax Analysis

  3. Intermediate Code Generation

  4. Code Optimisation

  5. Code Generation

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

This phase of the compiler transforms the parse tree into an intermediate language representation of the source program called Three-Address Code.