Introduction of Dynamic Memory In C++

With the help of dynamic memory we can determine memory required by variable during run time.   We find two type memory allocation static memory allocation and dynamic memory allocation.   In static memory allocation there is wastage of memory, but with the help of dynamic memory allocation we can save the amount of memory.   …

Introduction of Dynamic Memory In C++ Read More »