When are exception objects created?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C++ General Interview Questions

A mXn matrix is given and rows and column are sorted as shown below.Write a function that search a desired entered no in the matrix .with minimum complexity 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16

0 Answers  


How does java differ from c and c++?

0 Answers  


Do the names of parameters have to agree in the prototype, definition, and call to the function?

0 Answers  


What is late binding c++?

0 Answers  


A company pays its salespeople on a commission basis. The salespeople receive $200 per week plus 9 percent of their gross sales for that week. For example, a saleperson who sells $5000 worth of merchandise in a week receives $200 plus 9 percent of $5000, or a total of $650. You have been supplied with a list of items sold by each salesperson. The values of these items are as follows: Item Value A 239.99 B 129.75 C 99.95 D 350.89 Write a program that inputs one salesperson's items sold in a week (how many of item A? of item B? etc.) and calculates and displays that salesperson's earnings for that week.

0 Answers  






What is an opaque pointer?

1 Answers  


What is flush programming?

0 Answers  


What is the difference between = and == in C?

16 Answers   Christ University, Intel,


Write about an iterator class?

0 Answers  


What happens if an exception is throws from an, object's constructor and object's destructor?

4 Answers   Wipro,


Can we use struct in c++?

0 Answers  


Why is main an int?

0 Answers  


Categories