Question: Consider the following program. 1: x = 5 2: if y 1 goto Label3 3: Labell: 4: ww + 1 5: if y 2

Consider the following program. 1: x = 5 2: if y 1 goto Label3 3: Labell: 4: ww + 1 5: if y 2 goto Label3 6: Label2: 7: q = 3 8: if z < 1 goto Labell 9: Label3: 10: w: := 2 11: if z 1 goto Label2 12: q = y + w 13: print q // only q is live here. a) Draw the dataflow diagram of the given code.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
