Computer Science, asked by tejaswinidas5316, 1 year ago

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 vaibhav7839
0
the statement inside switch which is outside the case1
Similar questions