Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 365 Bytes

call-stack.md

File metadata and controls

3 lines (2 loc) · 365 Bytes

What is the call stack?

In computer science, a call stack is a stack data structure that stores information about the active subroutines of a computer program. This kind of stack is also known as an execution stack, program stack, control stack, run-time stack, or machine stack, and is often shortened to just "the stack".