Question: What is a common characteristic of intermediate code?
Options:
Correct Answer: It is easier to analyze than high-level code
Solution:
Intermediate code is generally easier to analyze than high-level code due to its simpler structure and reduced abstraction.