engineering recuitment NIC NIELIT Scientist B 2023 Mock Test Compiler Design Intermediate Code Generation Three Address Code
Consider the following code segment:
p = q – r
s = r + t
p = s + p
s = a + s
What it the minimum number of total variables required to convert the above code segment to static single assignment?
1
7
2
8
3
9
4
10