If memory for the run-time stack is only 150 cells (words), how big can N be in factorial (N) before encountering stack overflow?
Reveal answer
Fill a bubble to check yourself
If memory for the run-time stack is only 150 cells (words), how big can N be in factorial (N) before encountering stack overflow?