254 views
0 votes
0 votes
The minimum number of temporary variables are created in 3 address code for the following expression

a+b*c+d-e-a+b*c

Assume order of precedence from highest to lowest as : *,+,-. Consider associativity for + and * are not important but – is left associative.

Please log in or register to answer this question.

Related questions

0 votes
0 votes
0 answers
2
0 votes
0 votes
1 answer
3
yashss2001 asked Jan 1
216 views
Consider the following C code:d=a+be=a-bf=c+dg=c-ea=f+gb=f-gc=d+eThe minimum number of total variables required to convert the above code segment to static single assignm...
2 votes
2 votes
0 answers
4