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 5359

Write a program to show polymorphism in C++?

621

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

623

Difference between Abstraction and encapsulation in C++?

569

Post New Impetus C++ General Interview Questions




Un-Answered Questions

Is it possible to run Apache Spark without Hadoop?

190


What is the principle of mechanical refrigeration ?

610


What is the role of semaphores in linux?

431


What are the kinds of stop available in blue prism in control room?

112


what is designing step of heat exchanger

2609






What type of career does a political science major prepare one for?

5


List all the types of user-defined functions?

514


what is quality factor in series resonance circuit and calculate the factor of voltage magnification? how it happens?

1480


What is interface in swift?

480


In oracle there is column command, how will you explain that?

539


How can you get the value of pi till a 100 decimal places?

538


What is jep in java?

456


What tablets are compatible with windows 10?

426


What is pivot table in sql?

514


What are the interfaces you used in beans?

507