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

Posted on by