How many times the program will print "IndiaBIX" ?
#includestdio.h

int main()
{
printf("IndiaBIX");
main();
return 0;
}

Posted on by