How many times the program will print "beyond knowing"?
#includestdio.h
int main()
{
printf("beyond knowing");
main();
return 0;
}


Posted on by