C - onditional Statements
Why does a
switch statement in C require break statements after each case?switch statement in C require break statements after each case?break, execution continues into the next case (fall-through).break stops execution from falling through to subsequent cases.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions