Computer Science, asked by ankandas42, 4 months ago


Which statement is known as a case terminator in switch case?​

Answers

Answered by rinkikumari4aug1984
0

Answer:

Switch statement in C 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.

Each case in a block of a switch has a different name/number which is referred to as an identifier. The value provided by the user is compared with all the cases inside the switch block until the match is found.

Explanation:

I Hope you will make me brainliest

Similar questions