What is the output
#include stdio.h
int main()
{
int i = 2, j = 2;
while (i + 1? --i : j++)
printf("%d", i);
return 0;
}

Posted on by