Call Stack ← Back to Stacks The runtime uses a stack to manage function calls. Each call pushes a frame (local variables, return address) onto the stack; returning pops it. Stack overflow occurs when recursion is too deep. property stacks os