Stack overflow - Wikipedia, the free encyclopedia
An example of infinite recursion in C. int foo {return foo ();} The function foo, when it is invoked, continues to invoke itself, using additional space on the stack each time, until the stack overflows resulting in a ......