Computer Science, asked by sampathshetty, 1 year ago

what do you mean by a switch ? classify the switches based on their operation

Answers

Answered by maria9
2
a switch is a multiple branch selection statement . this selection statement successively test the value of an expression against a list of integers or character constants for equality. when a match is found the statements associated with that constant are executed.

sampathshetty: thanks maria
Similar questions