Question: In syntax-directed translation, what is an intermediate code?
Options:
Correct Answer: A representation that is easier to optimize than source code
Solution:
Intermediate code is a representation that is easier to optimize than the original source code.