Question

An "activation record" (or stack frame) is created for each function call and typically contains:

A Only the return address.
B Only local variables.
C Parameters, local variables, return address, and saved machine status.
D The entire program's source code.
E Global variables and constants.
Practice Next

Hey! Ask a query