Question: Construct control flow graph for given 3 address code. goto L2 Ll: x:=x+1 L2: x:=x+1 L3: x:=x+1 if x=1 then goto Li if x=2 then
Construct control flow graph for given 3 address code.

goto L2 Ll: x:=x+1 L2: x:=x+1 L3: x:=x+1 if x=1 then goto Li if x=2 then goto L3 if x=3 then goto L5 L4: x:=x+1 L5: x:=x+1 if x=4 then goto L4
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
