Find out the error, if any in the below program? int j = 1; switch(j) { printf("hello programmer!"); case 1: printf("case1"); break; case 2: printf("case2"); break; }
Answers
Answered by
0
the statement inside switch which is outside the case1
Similar questions