What is exception handling in C++?

Answer Posted / nashiinformaticssolutions

Exception handling in C++ is implemented using try, catch, and throw blocks.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Assume an array of structure is in order by studentID field of the record, where student IDs go from 101 to 500. Write the most efficient pseudocode algorithm you can to find the record with a specific studentID if every single student ID from 101 to 500 is used and the array has 400 elements. Write the most efficient pseudocode algorithm you can to find a record with a studentID near the end of the IDs, say in the range from 450 to 500, if not every single student ID in the range of 101 to 500 is used and the array size is only 300

1990


Keyword mean in declaration?

781


How would you differentiate between a pre and post increment operators while overloading?

845


What is the last index number in an array of 100 characters a) 100 b) 99 c) 101

830


What is a list c++?

796


Is map thread safe c++?

845


What is ifstream c++?

788


Explain how we implement exception handling in c++?

779


To which numbering system can the binary number 1101100100111100 be easily converted to?

799


What happens when you make call 'delete this;'?

793


Explain class invariant.

760


Explain static and dynamic memory allocation with an example each.

831


What is the full form of india?

764


What is oops in c++?

786


What are shallow and deep copy?

827