Multiple choice

Which of the following is a particular kind of unintentional memory consumption by a computer program, where the program fails to release memory when no longer needed?

  1. Dynamic memory allocation

  2. Static memory allocation

  3. Relocation

  4. Memory binding

  5. Memory leak

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

It is a particular kind of unintentional memory consumption by a computer program where the program fails to release memory when no longer needed.