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


Posted on by