Computer Science, asked by shreejadutta, 5 hours ago

give output for:
int a=5,b=6,c=7;

switch(num)

{

case 2:a++;

case 3:b++;

case 4:c++;

}

Find the value of a,b and c after execution

of the switch for given value of num

i) num=5

ii) num=3​

Answers

Answered by shabana26289
0

showing as syntax error

Similar questions