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 6600

Write a program to show polymorphism in C++?

1153

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

1134

Difference between Abstraction and encapsulation in C++?

1165

Post New Impetus C++ General Interview Questions




Un-Answered Questions

What are the Differences between map and hashmap?

1009


Write a code to upload a file in laravel 5?

796


Is it easy to learn php?

968


What is keras?

5


What is serum sickness?

542


What is Combiner in MapReduce?

641


What are the tools to install java patches?

1120


How do I create a rest api in spring boot? : Spring Boot

419


wht is charging gateway protocol wht is it functio

2102


Explain me what is machine learning?

90


What can you contribute to the company?

2641


What are friend classes? What are advantages of using friend classes?

1105


What are advice, aspect, join-point and point cut in spring?

396


Is it possible to add or delete column families in a working group?

69


What is redhat ami in aws?

168