Output of the code is
int main()
{
int k=8;
switch(k)
{
case 1==8: printf("ROSE ");break;
case 1 && 2: printf("JASMINE "); break;
default: printf("FLOWER ");
}
printf("GARDEN");
}

Posted on by