predict the output for the following code
#include stdio.h
void main()
{
if(!printf(""))
{
printf("max");
}
else
printf("min");
}

Posted on by