Memory Allocation in C++
Static Memory Allocation and Dynamic Memory Allocation in C++.
Each variable uses space on computer’s memory to store its value.
When we use the term allocate, we indicate that the variable has been given a space on computer’s memory.
Deallocations m...
manmodesanket.hashnode.dev4 min read