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
Can I delete old microsoft visual c++?
Do I need the microsoft visual c++?
Explain the important features of vc++?
What is visual c++ redistributable?
What is difference between c++ and visual c++?
Difference between critical section, mutex and semaphore.
Explain pointer to the constant and constant pointer?
Is it safe to uninstall microsoft visual c++ 2008 redistributable?
What is visual c++ 2010 redistributable package x64?
Do you need microsoft visual c++?
Explain pointer to the constant and constant pointer? Explain difference between them.
What is the difference between an MLE and an SLE?
What is a copy constructor? What is the need for it?
Where can I find microsoft visual c++ on my computer?
In which Way invoke context-sensitive help inside the editor?