Computer Science, asked by rohanprodhan5487, 1 month ago

Why we use the Switch-Case statement on C programming?

Answers

Answered by parmartwinkle505
1

Answer:

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