What is the default label used for in a switch statement?
Answers were Sorted based on User's Feedback
Answer / n
switch takes a parameter. If any case statement matches the
passed parameter the code snippet in that case is ececuted.
but if none matches the default case is executed. Thus it
is used to execute the default action in case of no matches.
| Is This Answer Correct ? | 1 Yes | 0 No |
What keyboard editor command is used for Undo?
Explain the significance of initapplication() in vc++.
What is the difference between pointer and reference?
7 Answers IBM, Microsoft, Tech Mahindra,
What is the file extension used for C++ class implementation files?
How do I get rid of microsoft visual c++ runtime library error?
What is vc++ redistributable?
What is the difference between the client and non-client areas?
Is visual c++ a compiler?
What is the use of DDV and DDX routines ?
What is microsoft visual c++ 2015 redistributable?
What is a copy constructor? What is the need for it?
How do you define a function in vc++?