Find the output


Find the output of the following program
#include
void main()
{
int a=2;
switch(a)
{case1:
printf("goodbye");break;
case2 : 
continue:
case3:
printf("bye");
}
}

Request for Solution File

Ask an Expert for Answer!!
Programming Languages: Find the output
Reference No:- TGS085626

Expected delivery within 24 Hours