1.

The 3-address code sequence generated by which definition?

A. X = Y + Z
B. t1 = Y + Z; X t1
C. t1 = Y; t2 = t1 + Z; X = t2
D. t1 = Y; t2 = Z; t3 + t2; X = t3View Answer
Answer» E.


Discussion

No Comment Found