Question d’entretien chez Bloomberg

Write a function to cause stackoverflow.

Réponses aux questions d'entretien

Utilisateur anonyme

13 avr. 2010

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

Utilisateur anonyme

13 janv. 2011

Call a function inside of itself with no exist condition

Utilisateur anonyme

12 mars 2010

Call a function from itself in an infinite loop.