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 6677

Write a program to show polymorphism in C++?

1203

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

1186

Difference between Abstraction and encapsulation in C++?

1209

Post New Impetus C++ General Interview Questions




Un-Answered Questions

explain different components that are required in cloud computing architecture?

5


What are the benefits of using servlet over cgi?

1130


which of the following is not a result of exporting a movie for a debug build? : Adobe flash

933


Give an example of how an AppManifest.xml file looks like.

1


How do I change my excel settings?

714


How do you log in to a remote Unix box using ssh?

333


What are different site roles we can assign to a client in tableau?

389


how many types of survey and what are levelling instrument?

2193


C language questions for civil engineering

1766


Difference between directive and pipe in angular?

874


please send the sample question of state bank of india to email id shanpriya1987@gmail.com please.......that is quatitative aptitude,general awareness&resoning ability,marketing ,maths,gk aptitude/computerknowledge

2352


How do u convert the columns to rows in datastage?

1242


what makes the angular.copy() method so powerful?

885


How do I access magento admin panel on localhost?

1


What is the difference between an absolute path and a relative path in unix?

1108