My knowledge of how the call stack works is limited, but I was wondering: if I have a program that causes the stack to overflow after X number of recursions on my own computer (for example, some time ago I made a small program that did so about 400 recursions on my computer), will it be roughly the same on other computers in general, or can it change more?
This does not apply to anything specifically, I was just curious. Thanks.
source share