1000. What are the
advantages of allocating memory dynamically?
- We do
not have to have contiguous blocks of RAM
- We do
not need to specify how much memory we require in advance
- We
use only the amount of RAM we need
- We
free-up RAM when we don’t need it (and reuse later if we do)
- We
can get more RAM than if we attempt to request large blocks of RAM