Predict the output
#include stdio.h
int main()
{
int i=0;
i++;
switch(i--)
{
case 1:printf("GMIT");
break;
case 2: printf ("DAVANGERE");
break;
default: printf ("PB ROAD");
break;
}
}

Posted on by