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 5358

How to freely move a ball in graphics mode.

1891

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

1818

Post New Impetus Interview Questions




Un-Answered Questions

Is 64 bit windows better than 32bit?

476


What is the relation between atom and xml?

481


Who created angular js ?

471


Write down program for following scenario. Use java coding standard. You have array list with some words in it..we will call it as dictionary….and you have a arbitrary string containing some chars in it. You have to go through each word of dictionary and find out if that word can be constructed with the help of chars from arbitrary string given. If you find the word print it else print none.

2274


Can binary strings be used in arithmetical operations?

516






How will you set the threshold for credit card fraud detection model?

42


What is c# used for in the industry?

480


What privilege is needed for a user to create views in oracle?

579


How can I make usb bootable?

518


How does a search() in searchmodel work in yii2?

3


How tables are managed in apache tajo?

5


Can we override private constructor in java?

495


What are local and global Indexes and where they are useful.

920


How do I clean up my outlook email?

1


What is overflow and how it's happen

1510