Which of the following is false with respect to switch statement?
Answers
Answered by
0
Q : Which of the following is false for switch statement in C++?
a. None of option
b. It uses labels instead of blocks
c. we can put range for case such as case 1..3
d. we need to put break statement at the end of the group of statement of a condition
Ans : C
(your question is incomplete . U should have given the options too)
Similar questions