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

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


Posted on by