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 is difference between c++ and vc++?
What is iunknown?
What is a microsoft visual c++ 2008 redistributable?
How do I uninstall visual c++?
TO start the build process in Developer Studio Which keyboard function is used ?
What is iunknown? Explain some of commonly used methods provided by iunknown.
Explain the advantages of cwinthread class.
Is it ok to uninstall microsoft visual c++?
What is the use of DDV and DDX routines ?
What is the difference between Boxing and Unboxing in C#
What is microsoft visual c++ 2010 x86 redistributable?
What is the purpose of declaring a variable as unsigned?