0
What is an Stack Overflow ?
2 odpowiedzi
0
like functon that calls itself infinetly?
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.