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 6475

Write a program to show polymorphism in C++?

1083

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

1093

Difference between Abstraction and encapsulation in C++?

1075

Post New Impetus C++ General Interview Questions




Un-Answered Questions

Explain the difference between using drop = data set option in set and data statement?

1110


What are different types of operators?

994


What are the key benefits of using supply chain process in an organization? : supply chain management

5


how to configure sap adapter6.1

2452


How to export data from database and import into another?

863


How would you define AI ethics in your own words?

1


What are scalar values?

922


What is lightning design system (slds)?

464


Define Partition in Apache Spark?

292


Is mongodb good for large data?

1


what is subtransient , transient and steady stateac components

2114


What are setup and non-setup objects in salesforce?

862


What is catalyst query optimizer in apache spark?

279


Is sql backend or frontend?

969


What are the different payrolls? how we calculate the exmployee payroll? how we calculate the employee salaries details?

2223