InterviewSolution
Saved Bookmarks
| 1. |
Which type of program is recommended to include in try block?(a) static memory allocation(b) dynamic memory allocation(c) const reference(d) pointerI had been asked this question in an online interview.The origin of the question is Exceptions That Are Not Errors topic in section Derived Classes, Templates & Exception Handling in C++ of C++ |
|
Answer» The correct ANSWER is (B) dynamic memory allocation |
|