what is stack overflow

Posted by Dimitris Baltas on Stack Overflow See other posts from Stack Overflow or by Dimitris Baltas
Published on 2010-03-26T13:11:09Z Indexed on 2010/03/26 13:13 UTC
Read the original article Hit count: 494

Back in the days as freshmen in University, when programming in C on Unix machines, a "stack overflow" error on run-time would occur causing a lot of thought on what went wrong.

What exactly is "stack overflow" in programming?
What are the possible reasons for its appearance?
Can it occur in all programming languages? Does it have other names?

© Stack Overflow or respective owner

Related posts about programming-languages

Related posts about debugging