Question: What is the purpose of intermediate code in a compiler?
Options:
Correct Answer: To provide a platform-independent representation
Solution:
Intermediate code serves as a platform-independent representation of the source code, allowing for easier optimization and code generation.