Predict the output of the following code:
#includestdio.h
#includemath.h
int main()
{
printf("%d\n",!(2025) && (3089));
}


Posted on by