Multiple choice

Which of the following types of memory allocation in C++ is the one in which the amount of memory to be allocated is predicted and pre-known?

  1. Dynamic memory allocation

  2. Static memory allocation

  3. Memory leak

  4. Delete

  5. Free store

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

This type of memory allocation in C++ is the one in which the amount of memory to be allocated is predicted and pre-known.