Here is a sketch of two C functions f and g:
That is, function g calls f . Draw the top of the stack, starting with the acti- vation record for g, after g calls f , and f is about to return. You can consider only return values, parameters, control links, and space for local variables; you do not have to consider stored state or temporary or local values not shown in the code sketch. Answer the following questions: