Pergunta de entrevista da empresa Bloomberg

Write a function to cause stackoverflow.

Respostas da entrevista

Sigiloso

13 de abr. de 2010

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

Sigiloso

13 de jan. de 2011

Call a function inside of itself with no exist condition

Sigiloso

12 de mar. de 2010

Call a function from itself in an infinite loop.