Multiple choice

In which of the following phases of the compiler is the the intermediate code convert into a sequence of machine instructions?

  1. Lexical analysis

  2. Syntax analysis

  3. Code generation

  4. None of these

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

This phase of the compiler converts the intermediate code into a sequence of machine instructions.