Multiple choice Find the output of the following C program: main(){printf(hello);main();} Infinite loop 32767 times 65535 times Error Till the stack doesn't overflow Reveal answer Fill a bubble to check yourself E Correct answer Explanation Stack keeps on executing until it overflows.