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 microsoft visual c++ 2015 redistributable package x64?
What is the use of message map? Advantages of a message map.
Is visual c++ still used?
What is a microsoft visual c++ 2008 redistributable?
What are the advantages of a message map
How do you define a function in vc++?
Do I need ms visual c++ on my computer?
Name the three types of loops used in C++ programs?
What is the difference between pointer and reference?
7 Answers IBM, Microsoft, Tech Mahindra,
how to declare and populate an array of checkBoxes
How do I fix microsoft visual c++ 2015 setup failed?
Can I delete old microsoft visual c++?