#include ‹stdio.h> 
int main()
{
int i = 5;
printf("%d", i = ++i == 6); 
return 0;
}
What is the output 

Posted on by