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

The EXPLANATION is: If there is any mishap in MEMORY or resource management means, the problems that are MENTIONED above can HAPPEN.



Discussion

No Comment Found

Related InterviewSolutions