Solved

To Help Prevent Memory Leaks from Occurring in C++11, a __________

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) None of these

Correct Answer:

verifed

Verified

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

Related Questions