Computer Science, asked by shreeya13, 1 year ago

what is switch case in C program?

Answers

Answered by cjycuckucku
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 lekshna
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