Home »
MCQs »
C++ MCQs
Can we use the string in the Switch statement for case selection?
84. Can we use the string in the Switch statement for case selection?
- True
- False
Answer: B) False
Explanation:
In C++, we cannot use the string in Switch stamen for case selection.