PREDICT THE OUTPUT FOR THE FOLLOWING CODE
#includestdio.h
int main()
{
char str[7] = "nothing";
if(str == "if block")
printf("if");
else
printf("else");
return 0;
}

Posted on by