What is the default label used for in a switch statement?
Answer Posted / 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 |
Post New Answer View All Answers
What is vc++ programming?
What is cwinthread class? Explain its advantages.
What is the use of microsoft visual c++ 2015 redistributable?
How do I reinstall visual c++ on windows 10?
Do I need microsoft visual c++ on my computer?
What is iunknown?
How do I install microsoft visual c++ 2015?
How do I fix microsoft visual c++ 2015 setup failed?
What is vcredist?
Can I uninstall visual c++ 2005?
What is microsoft visual c++ 2017 redistributable?
Is it ok to uninstall microsoft visual c++?
What is visual c++ used for?
How do I uninstall visual c++?
Explain the significance of initapplication() in vc++.