GATE Computer Science (CS) 2016 Shift 1 Solved Paper

© examsiri.com
Question : 29 of 65
 
Marks: +1, -0
Consider the following code segment.
x = u – t;
y = x * v;
x = y + w;
y = t – z;
y = x * y;
The minimum number of total variables required to convert the above code segment to static single assignment form is _______.
  • Your Answer:
Go to Question: