#includestdio.h

int main()
{
int a=0, b=1, c=0;
if(++a, b, c++)
printf("c");
else
printf("c++");
return 0;
}

Posted on by