Computer Science - Object Oriented Programming Using C++ - Discussion

Discussion Forum : Object Oriented Programming Using C++ - Section 1 (Q.No. 5)
5.
The use of the break statement in a switch statement is
optional
compulsory
not allowed. It gives an error message
to check an error
None of the above
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
26 comments Page 3 of 3.

Swati said:   9 years ago
I think break statement is a must in the switch for proper output.

Harikanth said:   1 decade ago
I did not get proper explanation can you suggest me in better way.

Sasi said:   8 years ago
In the syntax also break is given know, so it may be compulsory.

Sandesha said:   8 years ago
Exactly, The Break statement is mandatory in switch concept.

Renuka said:   8 years ago
Use of break statement in a switch statement is compulsory.

Sharda said:   1 decade ago
How can it b optional? please let me know.


Post your comments here:

Your comments will be displayed after verification.