Predict the output:
#includestdio.h

int main() {
int m=101;
printf("%d\n",9&&100);

return 0;
}

Posted on by