Question: Which of the following is a benefit of using intermediate code in a compiler?
Options:
Correct Answer: It enables code generation for multiple target architectures
Solution:
Using intermediate code allows a compiler to generate code for multiple target architectures from the same intermediate representation, enhancing portability.