Guess the output.
void main()
{
int x=1,y=0,i;
i=(x++,y++)?x:y;
pritnf("%d/n",i);
}

Posted on by