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 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 5379

How to freely move a ball in graphics mode.

1902

What are annotations? What are assertions? why they are used why not if-else?? what is normalization? what is QuickSort? what are Avl trees?

1830

Post New Impetus Interview Questions




Un-Answered Questions

Q explain the following ? a. multiple wave campaign b. recurring campaign c. event triggered campaign

1701


In how many formats we can deploy an application in wls??

550


What is the basic codeigniter url structure?

314


Why is python slower than c?

604


Can you explain secured connection?

492






What does chkdsk c/f do?

455


What is difference between event driven consumer an polling consumer in camel?

5


1.How much batten required for 1 sqm Shuttering. 2.how much pipe & clamps required for staging of 100 sqm shuttering at 5.0 m height.

1785


What are the contents of dclgen?

658


Difference between pass by value and pass by reference?

601


What stack means?

506


What is the benefit of singleton pattern?

529


 How can we migrate Message catalog between 2 databases?

1049


What is ms word menu?

324


What are the uses of the keyword volatile?

498