What is memory management in C++ ? Memory management is the process of managing the memory of a computer. For instance, allocating memory to programs, variables, functions…in a way that doesn’t compromise performance. Run time and compile time, what is going on ? The two programming terminologies used in software…