What happens when a function throws an exception that was not specified by an exception specification for this function?
Answer / shalesh kumar
Unexpected() is called, which, by default, will eventually trigger abort().
| Is This Answer Correct ? | 0 Yes | 0 No |
what is oops
Do you know what are pure virtual functions?
int age=35; if(age>80) {Console.WriteLine("Boy you are old");} else {Console.WrieLine("That is a good age");}
Can a built-in function be recursive?
What is dev c++ used for?
What does asterisk mean in c++?
What is the role of static keyword for a class member variable?
What is command line arguments in C++? What are its uses? Where we have to use this?
What are the two types of polymorphism?
write a c++ program to create class student having datamember name,Roll_no,age,and branch intilcization all the member using constructor print the all the details on the screen.
How to allocate memory dynamically for a reference?
What is the most powerful coding language?