Question: Which of the following is an advantage of using intermediate code?
Options:
Correct Answer: It enables machine-independent optimizations
Solution:
Intermediate code allows for optimizations that are independent of the target machine, making it easier to optimize across different architectures.