What is the output of the following code?
#includestdio.h
int main ()
{
int i=5;
printf("%d", i = ++i == 6);
return 0;
}



Posted on by