Examlex

Solved

When Using Smart Pointers to Dynamically Allocate Objects in C

question 32

True/False

When using smart pointers to dynamically allocate objects in C++ 11, it is unnecessary to delete the dynamically allocated objects because the smart pointer will automatically delete them.


Definitions:

Related Questions