-
Which type of program is recommended to include in try block?
-
- const reference
- pointer
- static memory allocation
- dynamic memory allocation
- None of these
Correct Option: D
While during dynamic memory allocation, Your system may not have sufficient resources to handle it, So it is better to use it inside the try block.