Question:medium

The output of code generation is usually

Show Hint

Intermediate Code Generation produces TAC (Three Address Code). Code Generation converts TAC into assembly or machine code.
Updated On: Jun 25, 2026
  • Abstract syntax tree
  • Assembly or machine code
  • Three-address code
  • Symbol table
Show Solution

The Correct Option is B

Solution and Explanation

Was this answer helpful?
0