write the statement used to prevent fall through in switch case
Answers
Answered by
10
Answer:
- When the variable being switched on is equal to a case, the statements following that case will execute until a break statement is reached. ... When a break statement is reached, the switch terminates, and the flow of control jumps to the next line following the switch statement.
Answered by
2
When the variable being switched on is equal to a case, the statements following that case will execute until a break statement is reached. ... When a break statement is reached, the switch terminates, and the flow of control jumps to the next line following the switch statement.
Similar questions
English,
4 months ago
Computer Science,
8 months ago
History,
8 months ago
Science,
1 year ago
Biology,
1 year ago