Question
What happens if break is omitted in many C/C++ switch cases?
Select an option. Your answer will be checked instantly.
Correct Answer: C. Fall-through may occur
Explanation:
The correct answer is Fall-through may occur.
Leave a Reply