Ask a New Question
Search
Questions and answers by
COOLMAN
Questions (1)
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 > 20
0 answers
1,152 views