int main() { printf("M4maths"); main(); return 0; } Options 1) Infinite times 2) 32767 times 3) 65535 times 4) Till stack overflows"/>

Latest C Aptitude Question SOLUTION: How many times the program will print "M4maths" ? #include int main() { printf("M4maths"); main(); return 0; } Options 1) Infinite times 2) 32767 times 3) 6