Pregunta de entrevista de Bloomberg

Write a function to cause stackoverflow.

Respuestas de entrevistas

Anónimo

13 de abr de 2010

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

Anónimo

13 de ene de 2011

Call a function inside of itself with no exist condition

Anónimo

12 de mar de 2010

Call a function from itself in an infinite loop.