what is switch case in C program?
Answers
Answered by
0
Explanation:
A switch statement tests the value of a variable and compares it with multiple cases. Once the case match is found, a block of statements associated with that particular case is executed.
Answered by
1
Answer:
A switch statement tests the value of a variable and compares it with multiple cases. Once the case match is found, a block of statements associated with that particular case is executed.
hope it helps
Similar questions