predict the output of the following code.
#includestdio.h
void main()
{
int i=0;
i++;
if(i = 3)
printf("sookshmas");
exit(0);
main();
}




Posted on by