What will be the output of the program?
#includestdio.h
#includestdlib.h

int main()
{
int i=0;
i++;
if(i=5)
{
printf("Thor");
exit(1);
main();
}
return 0;
}


Posted on by