edited by
383 views
0 votes
0 votes
Consider the statement

do {

i = i + 1;

}

while ( a[i] < b );

The minimum number of variables required in the three address code of the above statement ?
edited by

Please log in or register to answer this question.

Related questions

2 votes
2 votes
0 answers
2
3 votes
3 votes
0 answers
3
0 votes
0 votes
0 answers
4
charul asked Dec 6, 2017
601 views
I'm getting 4 nodes and 5 edges. But the answer given is : 6 nodes and 7 edges