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 |
How do I remove microsoft visual c++ 2015 redistributable?
What is odbc in vc ++?
How do you specify which control is the buddy control?
Do I need the microsoft visual c++?
How do I change visual code font?
TO start the build process in Developer Studio Which keyboard function is used ?
Is visual c++ still used?
What is microsoft visual c++ 2008 redistributable?
What is vcredist_x86 exe?
Name the three attributes of a pen?
How many time DLLMain gets called?
What is the difference between Undo and Redo?