Multiple choice

In which memory allocation, a program can allocate or deallocate memory at arbitrary points during its execution?

  1. Automatic dynamic memory allocation

  2. Static memory allocation

  3. Stack memory allocation

  4. Programmed controlled dynamic memory allocation

  5. Memeoy leak

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

Here, a program can allocate or deallocate memory at arbitrary points during its execution.