C++ provides dynamic memory management, which implies that you, the programmer, are in charge of allocating and dealing with memory. Automatic memory management, on the other hand, means that the programming language handles memory allocation and deallocation for you.
Vishalini.R Answered question
