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

How do I uninstall vc++ 2015?

1 Answers  


what are the advantages of VC++ design environment

1 Answers  


What is the difference between the client and non-client areas?

2 Answers  


What is visual c++ 2010 redistributable package x64?

1 Answers  


What is a transparent image?

1 Answers  


Name the function is used to transfer bitmaps to an output device?

2 Answers  


What is a glyph?

2 Answers  


What is microsoft visual c++ 2013 redistributable package x64?

1 Answers  


Do I need the microsoft visual c++?

1 Answers  


What is cmutex?

1 Answers  


How to Use mfc71d.dll not mfc71.dll ?

1 Answers  


What is vc++ programming?

1 Answers  


Categories