int main()
{
int a=3;
switch(a)
{
} printf("MySwitch");
}
What is the output

Posted on by