What is the output of C program with switch statement or block.
int main()
{
int a;
switch(a);
{
printf("DEER ");
}
printf("LION");
}

Posted on by