Slide 3
Slide 3 text
Formal Definition
Stack frame is the packed information related to a function call. This information
generally includes arguments passed to the function, local variables and where to
return upon terminating (return address).
A function call stack is composed of stack frames, and a stack frame is a thing that
you put on the stack.
Therefore , the height of the call stack determines the space or memory
complexity.