Consider the following 'C' code main() { int x = 10; x = x + 10:24; } If above code is complied which of the follwing error is produced?
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