Predict the output:
#includestdio.h
int main()
{
int he=!1;
int she=!1;
printf("%d\n",he || she);
return 0;
}

Posted on by