Add to Chrome
✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Write the three address code for the following code
if (x < y) then z = 1 else z = 2
if x < y goto L1z = 2goto L2L1: z = 1L2:
z = 1if x < y goto L1z = 2L1:
if x < y goto L1z = 1goto L2L1: z = 2L2:
D) Both A and B are valid
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!