Question: Translate given code into 3 address code and optimize it. for i:=1 to 20 do if i>a+5 then x:x+2 else y:=y-1;
Translate given code into 3 address code and optimize it.
for i:=1 to 20 do
if i>a+5
then x:x+2
else y:=y-1;
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
