Predict the output of the following code
#include stdio.h
#includemath.h
int main() {
printf("%d",!(34));

return 0;
}

Posted on by