Computer Science, asked by Siddharthcs150, 5 months ago

What happen when break statement is absent from switch case?​

Answers

Answered by ItzStrawBerry
2

If we do not use break statement at the end of each case, program will execute all consecutive case statements until it finds next break statement or till the end of switch case block.

PLEASE GIVE THANKS TO ALL MY ANSWERS

Similar questions