Programming Languages C++ Objective
Mar 19, 2013

Which of the following is false for switch statement in C++?

Choose the correct answer:
A) It uses labels instead of blocks
B) we need to put break statement at the end of the group of statement of a condition
C) we can put range for case such as case 1..3
D) All of the above
Detailed Explanation

Option C is the right answer.

Discussion (0)

No comments yet. Be the first to share your thoughts!

Share Your Thoughts
Feedback