Quizzes & Puzzles0 min ago
Stack Overflow
2 Answers
can anyone tell me what stack overflow on line 0 means please.
Answers
Best Answer
No best answer has yet been selected by grannie39. Once a best answer has been selected, it will be shown here.
For more on marking an answer as the "Best Answer", please visit our FAQ.When you start a program some of the scripts etc it needs to function properly, it allocates a stack of memory for calculations, variables and other data it needs.
And for a multitude of reasons it can exceed the allocated memory slots so an overflow occurs.
As a result it tries to use another location and that usually kicks off other problems
Line 0 means its gone pear shaped from the get go, from the very first line of code !
And for a multitude of reasons it can exceed the allocated memory slots so an overflow occurs.
As a result it tries to use another location and that usually kicks off other problems
Line 0 means its gone pear shaped from the get go, from the very first line of code !