Study the following program:
main()
{
printf("javatpoint");
main();
}
What will be the output of this program?

Posted on by