What is an Stack Overflow ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

What is an Stack Overflow ?

26th Feb 2017, 11:10 AM
André Morales
André Morales - avatar
2 Answers
0
like functon that calls itself infinetly?
26th Feb 2017, 11:24 AM
André Morales
André Morales - avatar
0
Stack overflow occurs when a program tries to access more stack memory than allocated to it. This mainly occurs with complicated nested function, infinite recursion, too big arrays allocation etc.
26th Feb 2017, 11:41 AM
iUnknown