Recent questions tagged three-address-code

0 votes
1 answer
31
2 votes
1 answer
34
0 votes
1 answer
36
0 votes
1 answer
38
Three address codes can be implemented by(a) indirect triples (b) direct triples(c) quadruples (d) none of the above
0 votes
1 answer
39
0 votes
2 answers
40
1 votes
1 answer
42
In 3 address code format can LHS be repeated ?For eg if we have expression a + b*c then t1 = a t2 = b*c t1 = t1 + t2 or t3 = t1 + t2 which one is correct?
0 votes
1 answer
43
0 votes
1 answer
44
Which of the following class of statement usually produces no executable codes when compiled?Assignment Declaration Input and output statement Structural statements
3 votes
1 answer
49
Three address code invlovesexactly 3 addressesat most 3 addressesat least 3 addressesNo unary opeartors