Computer Science, asked by smr3igkalyahead, 1 year ago

what is switch statement in c

Answers

Answered by ShreyaVijay
2
A switch statement allows a variable to be tested for equality against a list of values. Each value is called a case, and the variable being switched on is checked for each switch case.
Similar questions