Does anyone know what happens if you call main from main and end up with an infinite loop?
void main(void) {
void main();
}
Will you exhaust memory, crash the machine or
neither.
I know that nothing would be more educational than
trying it, but I thought that doing this might
be somewhat dangerous.
Thanks
Nick
