Ask a New Question
Search
Questions and answers by
MarY Queen
Questions (1)
Q: Given the following 3-address code
1: a = 1 2: b = 2 3: c = a + b 4: d = c - a 5: if( d < 20 ) goto 11 6: d = b * d 7: if( d >
0 answers
511 views