314 views
2 votes
2 votes
x = 7
if b {
   x = 8
}
print(x)

Convert the following code in Static single assignment form.

Please log in or register to answer this question.

Related questions

0 votes
0 votes
1 answer
2
minal asked Jan 22, 2019
945 views
# of temporary variable required to create 3 address code in static single assignment form for the expression P+Q*R-S/(Q*R).