What is the output of the above code?
#includestdio.h
#includemath.h
int main()
{
printf("%d\n", !(2025) || (3089));
}

Posted on by