What is an Stack Overflow ? | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
0

What is an Stack Overflow ?

26th Feb 2017, 11:10 AM
André Morales
André Morales - avatar
2 Respuestas
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