Question: In three-address code, how is a binary operation typically represented?
Options:
Correct Answer: result = operand1 operator operand2
Solution:
Three-address code represents binary operations in the form \'result = operand1 operator operand2\', which clearly indicates the result of the operation.