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 5945

Write a program to show polymorphism in C++?

852

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

866

Difference between Abstraction and encapsulation in C++?

853

Post New Impetus C++ General Interview Questions




Un-Answered Questions

How to start water tube steam boiler

1649


Write a program to create a class and make an object of the class in python?

632


How do I check cores in linux?

786


Define immunoglobulin D?

288


How does view data differ from view bag in mvc?

1


What is the disease caused by Escherichia coli 0157:H7?

435


Why do you want to switch over from IT to management?

688


What are the po types in purchasing and invoices in ap?

667


Have you used sampling? What are the various types of sampling have you worked with?

186


What does the catalystic converter on an automobile really do?

900


What is the definition of logical functions?

437


What are subquery and its properties?

771


What is sedimentologists?

574


Explain 'split valuation.' Why is it necessary?

911


How do I turn on safe mode?

714