
Definition:
In computer software terms a stack overflow error occurs when the program tries to use more memory than was allocated to it. The call stack is a special type of data structure used to store information about a program’s subroutines.
The web site StackOverflow is useful resource for finding answers to programming related problems and issues.
Further Reading: