Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

What is difference between c++ and vc++?

0 Answers  


What is iunknown?

0 Answers  


What is a microsoft visual c++ 2008 redistributable?

0 Answers  


How do I uninstall visual c++?

0 Answers  


TO start the build process in Developer Studio Which keyboard function is used ?

4 Answers  


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

0 Answers  


Explain the advantages of cwinthread class.

0 Answers  


Is it ok to uninstall microsoft visual c++?

0 Answers  


What is the use of DDV and DDX routines ?

4 Answers   TCS,


What is the difference between Boxing and Unboxing in C#

1 Answers  


What is microsoft visual c++ 2010 x86 redistributable?

0 Answers  


What is the purpose of declaring a variable as unsigned?

2 Answers  


Categories