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...


how many trys can we write in one class

Answers were Sorted based on User's Feedback



how many trys can we write in one class..

Answer / sreedevi.m0966

many. we cant write try in try but we can write man trys in
one class

Is This Answer Correct ?    16 Yes 2 No

how many trys can we write in one class..

Answer / anup

Number of try statement can be write in one class according
to our need.

Is This Answer Correct ?    2 Yes 0 No

how many trys can we write in one class..

Answer / nagenpresearch

You can use many numbers of try in a single class according to your requirment

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More C++ General Interview Questions

Is recursion allowed in inline functions?

0 Answers  


What problem does the namespace feature solve?

1 Answers  


What is the difference between interpreters and compilers?

0 Answers  


Which command properly allocates memory a) char *a=new char[20]; b) char a=new char[20]; c) char a=new char(20.0);

0 Answers  


What is function overriding in c++?

0 Answers  


What do you understand by a pure virtual member function?

0 Answers  


What is a virtual destructor? Explain the use of it?

0 Answers  


class A { public: void f(); protected: A() {} A(const A&){} }; Examine the class declaration shown above. Why are the default and copy constructors declared as protected? 1. To ensure that A cannot be created via new by a more derived class 2. To ensure that A cannot be copied 3. To ensure that A cannot be used as a base class except when public inheritance has been used 4. To ensure that A cannot be created/copied outside the inheritance chain 5. To ensure that A cannot be instantiated as a static variable

1 Answers  


In int main(int argc, char *argv[]) what is argv[0] a) The first argument passed into the program b) The program name c) You can't define main like that

0 Answers  


Explain the operation of overloading of an assignment operator.

0 Answers  


what is pulse code modulation?

2 Answers   Wipro,


check whether a no is prime or not.

3 Answers   TCS,


Categories