CSC365 Compiler Design and Construction

Compiler Design and ConstructionTU Board 2081

How do you represent recursion in an activation tree? Generate the three address code for the following instruction: n = (a + b) (c d); for(i = 0; i < n; i++) for(j = 0; j < n; j++) x = n + i + j;

10
A worked answer is on its wayMeanwhile, read the Compiler Design and Construction notes for this topic.

Discussion

Loading…

More Compiler Design and Construction questions

All Compiler Design and Construction old questions