Question

Which of the following is not included in a function's activation record?
a. The return address of its caller function.
b. Parameter values received from its caller.
c. Local variables it has declared.
d. The name of the function.

Answer

This answer is hidden. It contains 23 characters.