1 year ago
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; } }
This answer is restricted. Please login to view the answer of this question.
Share this link via
Or copy link