PREDICT THE OUTPUT FOR THE FOLLOWING CODE
#include stdio.h

int main() {
if(0==NULL)
printf("ZERO");
else
printf("0");

return 0;
}

Posted on by