First page Back Continue Last page Summary Graphic
What is a Stack Over-run
Temporary variables are often stored on a program stack
The Stack is an area of memory that contains variables and information about where a program has been
It is reference by a Stack Pointer which is moved as a program runs