Q.

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 Note : This question was asked as Numerical Answer
Type.

A. 6
B. 8
C. 9
D. 10
Answer» D. 10
3.8k
0
Do you find this helpful?
35

Discussion

No comments yet

Related MCQs