Question: Which data structure is commonly used to represent the intermediate code in syntax-directed translation?
Options:
Correct Answer: Abstract syntax tree
Solution:
An abstract syntax tree is commonly used to represent the intermediate code in syntax-directed translation.