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 fixed in c++?
What is the need of a destructor? Explain with the help of an example.
"How will you merge these two arrays? Write the program Array: A 1 18 22 43 Array: B 3 4 6 20 34 46 55 Output Array: C 1 3 4 6 18 20 22 34 43 46 55"
9 Answers College School Exams Tests, HCL,
What is the difference between C and CPP?
Write a corrected statement in c++ so that the statement will work properly. x =+ 7;
What are files in c++?
What is a storage class? Mention the storage classes in c++.
What are references in c++?
let a,b,c be three integer numbers.write a c++ program with a function void rotate 1()such that a->b->c and c->a.
How does the copy constructor differ from the assignment operator (=)?
Who calls main function?
Explain the properties and principles of oop.