what will be the output of this program?

#includestdio.h
void main()
{
if(!printf(""))
printf("Okk");
else
printf("Hii");
}


Posted on by