What is the output
#include stdio.h
int main()
{
int i=1;
i++;
switch(i--)
{
case 1:printf("Beyond Knowing");
break;
case 2:printf ("Sookshmas"); break;
default:printf ("Learning game");
break;
}
}

Posted on by