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 keyboard editor command is used for Undo?

1 Answers  


Explain the significance of initapplication() in vc++.

0 Answers  


What is the difference between pointer and reference?

7 Answers   IBM, Microsoft, Tech Mahindra,


What is the file extension used for C++ class implementation files?

3 Answers  


How do I get rid of microsoft visual c++ runtime library error?

0 Answers  


What is vc++ redistributable?

0 Answers  


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

2 Answers  


Is visual c++ a compiler?

0 Answers  


What is the use of DDV and DDX routines ?

4 Answers   TCS,


What is microsoft visual c++ 2015 redistributable?

0 Answers  


What is a copy constructor? What is the need for it?

0 Answers  


How do you define a function in vc++?

1 Answers  


Categories