Question: Which of the following best describes the relationship between syntax trees and intermediate code?
Options:
Correct Answer: Intermediate code is generated directly from syntax trees
Solution:
Intermediate code is often generated from syntax trees, which represent the structure of the source code.