Computer Science, asked by mdtunnu344, 6 months ago

Absence of which statement causes a fall-through in a switch statement.​

Answers

Answered by nishadsubedar09
0

Answer:

In a switch statement if no break appears, then the control will fall through to subsequent cases till it hit a break statement in the loop

Answered by albinlouis15
1

Answer:

break

Explanation:

Similar questions