What is the output of C Program.
#includestdio.h
int main()
{
int a=9;
if(a=8)
{
printf("Kangaroo\n");
}
printf("Eggs\n");

return 0;
}

Posted on by