C Programming and Technical Programming Program

How many times the program will print "M4maths" ?

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

Read Solution (Total 10)

C Other Question

16 litres of a mixture contains milk and waater in the ratio 5:3, if 4 litres of this mixture is replaced by 4 litres of milk, the ratio of milk to water in the new mixture will be???