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 6466

Write a program to show polymorphism in C++?

1078

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

1087

Difference between Abstraction and encapsulation in C++?

1072

Post New Impetus C++ General Interview Questions




Un-Answered Questions

Draw the flow of F.O. diagram from service tank to Main Engine?

2250


What are the steps involved in accessing a web service?

606


What steps would you take to build a recommendation system with Generative AI?

1162


What is 'primary deficit'?

986


What does sed command do in unix?

1113


What is ruby object?

5


What is seeding in laravel?

666


What is the difference between fastload and multiload? Which one is faster?

1144


What is fishbucket or what is fishbucket index?

229


How do I retrieve my contacts from windows live mail?

774


why three pick-up tubes are provided in a clour camera?

2585


Is it possible to execute a dynamic sql from forms?

1022


How to add a javaScript function in a datagrid?

1059


How do I search for a file?

927


What is sequential sorting?

847