Which of the following is not a standard exception built in C++?

Options
- std::bad_creat
- std::bad_alloc
- std::bad_cast
- std::bad_typeid


CORRECT ANSWER : std::bad_creat

Discussion Board
C++ - Standard Exception

std::bad_creat is not a standard exception built in C++. std::bad_alloc, std::bad_cast, std::bad_typeid these are all standard exception built in C++.

Prajakta Pandit 01-25-2017 07:21 AM

Write your comments

 
   
 
 

Enter the code shown above:
 
(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)


Advertisement