Predict the output:
#includestdio.h
void main()
{
int i=0;
i++;
if(i = 3)
printf("No output");
exit(0);
}

Posted on by