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 the RGB macro used for?
What is iunknown?
How do I reinstall microsoft visual c++?
Do I need microsoft visual c++?
Do I need all the microsoft visual c++ redistributable?
What is microsoft visual c++ redistributable and do I need it?
What is microsoft visual c++ 2005 redistributable?
Difference between getmessage, postmessage & peakmessage.
What is cmutex?
What is the difference between the client and non-client areas?
How do you specify which control is the buddy control?
What is the return value when the InsertItem function fails?