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


When would you choose to return an error code rather than throw an exception?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C++ Interview Questions

How to invoke a C function using a C++ program?

0 Answers   Alter,


Question on Copy constructor.

0 Answers   Alter,


explain the term 'resource acquisition is initialization'?

0 Answers   Amazon,


Identify the errors in the following program. #include <iostream> using namespace std; void main() { int i=5; while(i) { switch(i) { default: case 4: case 5: break; case 1: continue; case 2: case 3: break; } i-; } }

1 Answers  


To solve the 8 Queens problem, which algorithm is used?

0 Answers   Accenture,


Explain the importance of method overloading in C++?

0 Answers   Akamai Technologies, Infogain,


What is the difference between member functions and static member functions?

0 Answers   Alter,


What does it mean to declare a member function as virtual in C++?

0 Answers   Amazon,


What is a memory leak in C++?

0 Answers   Agilent,


Identify the error in the following program. include<iostream> using namespace std; void main() { int num[]={1,2,3,4,5,6}; num[1]==[1]num ? cout<<"Success" : cout<<"Error"; }

1 Answers  


Can we call a virtual function from a constructor?

1 Answers  


What is partial specialization or template specialization?

0 Answers   Amazon,


Categories