InterviewSolution
Saved Bookmarks
| 1. |
What can go wrong in resource management on c++?(a) Leakage(b) Exhaustion(c) Dangling(d) ExceptionThe question was posed to me in my homework.Enquiry is from Resource Management topic in chapter Derived Classes, Templates & Exception Handling in C++ of C++ |
|
Answer» Right answer is (d) Exception |
|