Question: Which of the following statements about intermediate code is true?
Options:
Correct Answer: It can be optimized before final code generation
Solution:
Intermediate code can be optimized before final code generation, allowing for better performance on the target architecture.