0% found this document useful (0 votes)
38 views

23 CallStack

The call stack is a mechanism for an executing program to keep track of the current function, or subroutine, together with their arguments (actual parameters), and the local variables of each invocation. It allows the program to keep track of where it is within other subroutines that were entered during the execution of the current function. The call stack manages function invocations and is used for maintaining state and context of subroutines called during program execution.

Uploaded by

zhyuyu
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
38 views

23 CallStack

The call stack is a mechanism for an executing program to keep track of the current function, or subroutine, together with their arguments (actual parameters), and the local variables of each invocation. It allows the program to keep track of where it is within other subroutines that were entered during the execution of the current function. The call stack manages function invocations and is used for maintaining state and context of subroutines called during program execution.

Uploaded by

zhyuyu
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

Call Stack

You might also like