Predict the output.

#includestdio.h
void main()
{
int i=3,j=1;
while(i+1?--i:j++)
printf("%d",i);
}

Posted on by