Question: Which of the following is NOT a common form of intermediate code?
Options:
Correct Answer: Machine code
Solution:
Machine code is the final output of a compiler, while three-address code, abstract syntax trees, and bytecode are forms of intermediate code.