Dynamic Memory Allocation
Dynamic Memory Allocation:-
Every program allocates memory during the runtime and load time, but how much memory will be allocated during the runtime is called dynamic memory allocation.
If the size is decided during the compile time only that called static memory allocation.
Entire 4GB memory is split into two parts such as lower 3GB memory is called as user space and upper 1GB memory is called…
View On WordPress
















