Computer Science, asked by shamanthshamanp52jwf, 9 months ago

what is control variable in a switch statement

Answers

Answered by pmalek7480
3

Answer:

it is rubby case exepression condition 1 and condition2

Answered by dudaygopi
5

Answer:

Break statement

Explanation:

->Break is on of the control statement in the c language.

->The break statement can be used in switch statement,after the print statement  is executed the break can be executed and it will break the program and control can goes to out of the loop.

Similar questions