What is the output of C Program.
#inxlude<studio.h>
int main()
{
    int a=9;
    if(a==5);
    {
        printf("Kangaroo\n");
    }
    printf("Eggs\n");

    return 0;
}

A) Eggs

B) Kangaroo

Eggs

C) No output

D) Compiler error


Posted on by