GATE Computer Science (CS) 2017 Shift 1 Solved Paper
© examsiri.com
Question : 22 of 65
Marks:
+1,
-0
Consider the following intermediate program in three address code:
p = a – b
q = p * c
p = u * v
q = p + q
Which one of the following corresponds to a static single assignment form of the above code?
p = a – b
q = p * c
p = u * v
q = p + q
Which one of the following corresponds to a static single assignment form of the above code?
Go to Question: