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

Company Name Starts with ...
#  A  B  C  D  E   F  G  H  I  J   K  L  M  N  O   P  Q  R  S  T   U  V  W  X  Y  Z

Impetus C++ General Interview Questions
Questions Answers Views Company eMail

Find out the bug in this code,because of that this code will not compile....... #include #include #include using namespace std; class balance { double cur_bal; char name[80]; public: balance(double n, char *s) { cur_bal = n; strcpy(name, s); } ~balance() { cout << "Destructing "; cout << name << "\n"; } void set(double n, char *s) { cur_bal = n; strcpy(name, s); } void get_bal(double &n, char *s) { n = cur_bal; strcpy(s, name); } }; int main() { balance *p; char s[80]; double n; int i; try { p = new balance [3]; // allocate entire array } catch (bad_alloc xa) { cout << "Allocation Failure\n"; return 1; }

2 6605

Write a program to show polymorphism in C++?

1154

How do we balance an AVL Tree in C++?

1134

Difference between Abstraction and encapsulation in C++?

1167

Post New Impetus C++ General Interview Questions




Un-Answered Questions

Which command is used for the selection of all the elements of a paragraph?

2039


What is hashtable in c# with example?

963


Why does Oracle not permit the use of PCTUSED with indexes?

2426


Which way do twin screw props on a boat rotate when propelling the boat forward?

919


What is refactoring?

1049


If a client was trying to negotiate in a way that wouldn't be profitable to our company, what would you do? : insurance cold calling

573


What are the attributes of cursor?

1054


How is standard hour and fte auto calculated?

1000


what is the scientific process of cultivetion of medicinal plant like safed musli and seena for indian climate.?

2607


What is expression tree in c#?

930


How to eliminate duplicate entries in internal tables? : abap data dictionary

1297


Explain how you create launchers on the desktop in ubuntu?

734


How do I install microsoft sql?

1055


What is Bucketing and Clustering in Hive?

690


Explain what is record meta data?

942