What is the output of this program?
#includestdio.h
void main()
{
if(!printf(""))
printf("Okk");
else
printf("Bye");
}


Posted on by