Question

Question 5

Consider the following pseudo-code with nested functions. Draw a picture of

the run-time stack when control reaches the end of the last call to f2 (i.e., the

control reaches line 5, via the call at line 7, via the call at line 13). Include

dynamic and static links and storage for local variables and parameters. You do

not have to show the storage for any other control information, or temporaries.

But you need to specify execution frames for each function..

Question image 1