Computer Science, asked by devendrakumarpandey4, 6 months ago

define the use of default in switch statement​

Answers

Answered by jitendra290
1

Switch case statements are used to execute only specific case statements based on the switch expression. If switch expression does not match with any case, default statements are executed by the program.

Answered by krnadaf3433
0

Answer:

switch case statements used to execute only specific case statements based on the switch expression

Similar questions