Predict the output:
#includestdio.h
int main()
{
int good=1;
int bad=1;
printf("%d\n",good && bad);
return 0;
}


Posted on by