Number of temporary variable required to create 3 address code in static single assignment form for the expression: P+Q ∗R−S/(Q∗R)
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