What is the output of C Program with switch statement or block.?


int main()
{
int a=3;
switch(a)
{

}
printf("MySwitch");
}

Posted on by