What is the output of following code?
int main()
{
int a=5,b=7;
if(!(a-5) || (b-4))
{
printf("Fifa WC");
}
else
{
printf("NBA");
}
}

Posted on by