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 6587

Write a program to show polymorphism in C++?

1139

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

1127

Difference between Abstraction and encapsulation in C++?

1150

Post New Impetus C++ General Interview Questions




Un-Answered Questions

Explain what is commit message?

5


Why should I use react js?

347


Is html considered coding?

620


How Many Computers Can Share a WiFi Network?

1439


What is test driver?

1180


if company give the purchase order worth of 10,000 (INR) in advance, but the seller only sell around 8,000 (INR)and remain ing Rs 2000 return to the company, so how to deal with this scenario in accounts payable in oracle, can u hide to me

1830


What are the different types of Caching techniques in ASP.NET?

1050


Where are the startup files in windows 10?

882


Where is comctl32 ocx located?

735


What is difference between performblock: and performblockandwait:?

896


How can calculate age in excel?

683


Explain what are the types of collision resolution techniques and the methods used in each of the type?

910


Explain what is Critical Path Method (C.P.M)?

1157


what is easiest way to read STL language in PLC?

3127


  what do you mean by non-smart instruments ? define ? give an example?

5552