7) What is the output of C Program.?

int main()
{
int a=9, b=5, c=8;

if(!(a==9))
{
printf("Bear\n");
}
else
{
printf("Elephant\n");
}
printf("Fox");

return 0;
}

Posted on by