Pregunta de entrevista de Bloomberg

Write a function to cause stackoverflow.

Respuestas de entrevistas

Anónimo

13 abr 2010

That is not true if the compiler use tail recursion. Using tail recursion will not cause a stack overflow.

Anónimo

13 ene 2011

Call a function inside of itself with no exist condition

Anónimo

12 mar 2010

Call a function from itself in an infinite loop.