Dynamic Memory Allocation | Learn CPlusPlus

Dynamic Memory Allocation is a memory allocation method in which the memory is allocated during the execution of a program (at run-time). Its functions involve the use of pointers and standard library functions. If you want to explore more about Dynamic Memory Allocation, take a look at this blog.