What is the output of this program
#includestdio.h
int main()
{
if(1==0)
printf("ZERo");
else
printf("ZeRO");

return 0;
}

Posted on by