Biology Forums - Study Force

Science-Related Homework Help Computer Studies Topic started by: pagnor on Sep 3, 2017



Title: To help prevent memory leaks from occurring in C++ 11, a ________ automatically deletes a chunk of ...
Post by: pagnor on Sep 3, 2017
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


Title: Re: To help prevent memory leaks from occurring in C++ 11, a ________ automatically deletes a chunk ...
Post by: ade9ja on Sep 3, 2017
Content hidden