What is the default label used for in a switch statement?

Answers were Sorted based on User's Feedback



What is the default label used for in a switch statement?..

Answer / samir

"Default :" label only

Is This Answer Correct ?    3 Yes 1 No

What is the default label used for in a switch statement?..

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

Post New Answer

More VC++ AllOther Interview Questions

Can I uninstall visual c++?

0 Answers  


Do I need all the microsoft visual c++ redistributable?

0 Answers  


What is the Use of the Developer Studio Editor?

0 Answers   HCL,


What is the difference between turbo c++ and visual c++?

0 Answers  


Is visual c++ still used?

0 Answers  






hi i have 1180 in gre and 109 in toefl i have one more backlog to clear now. My classes got over in 2007 july. can i put a course completion certificate for my f1 visa interview. plz help

2 Answers  


What is iunknown? Explain some of commonly used methods provided by iunknown.

0 Answers  


What is the RGB macro used for?

1 Answers  


What is visual c++ runtime?

0 Answers  


what is DLL?

7 Answers   Zenith,


What is vcredist?

0 Answers  


How do I uninstall and reinstall microsoft visual c++ runtime libraries?

0 Answers  


Categories