You are on page 1of 1

GDB Cs201

Bc210401515

Dynamic memory is preferable for huge apps or game development, in my opinion, given t
he scenario. 

Because variables in dynamic memory allocation are only assigned while your programme 
unit is actively running. 

When memory is allocated using dynamic memory allocation, the memory size can be alter
ed, making the process more effective. 

Memory reuse is the best aspect of dynamic memory allocation. 

In dynamic memory, the user has the option to release memory when not in use and to all
ocate extra memory as needed.

You might also like