Solved

To Help Prevent Memory Leaks from Occurring in C++ 11

Question 26

Multiple Choice

To help prevent memory leaks from occurring in C++ 11, a ________ automatically deletes a chunk of dynamically allocated memory when the memory is no longer being used.


A) null pointer
B) smart pointer
C) dereferenced pointer
D) A and C only
E) None of these

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions