Wat do u mean by break statement in the switch statement
Answers
Answered by
2
Answer:
The break statement is used inside the switch to terminate a statement sequence. When a break statement is reached, the switch terminates, and the flow of control jumps to the next line following the switch statement. ... The flow of control will fall through to subsequent cases until a break is reached.
@YogiChaudhary
Similar questions