Which of the following is NOT a common form of intermediate code?
Practice Questions
Q1
Which of the following is NOT a common form of intermediate code?
Three-address code
Abstract syntax tree
Bytecode
Machine code
Questions & Step-by-Step Solutions
Which of the following is NOT a common form of intermediate code?
Step 1: Understand what intermediate code is. It is a form of code that is generated by a compiler between the high-level source code and the final machine code.
Step 2: Identify common forms of intermediate code. These include three-address code, abstract syntax trees, and bytecode.
Step 3: Recognize that machine code is not an intermediate code; it is the final output of the compilation process.
Step 4: Conclude that the question is asking for the option that is NOT a common form of intermediate code, which is machine code.