Multiple choice

Which of the following memory allocations refers to the process of allocating memory at compile-time before the associated program is executed?

  1. Static memory allocation

  2. Stack memory allocation

  3. Dynamic memory allocation

  4. None of these

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

Static memory allocation refers to the process of allocating memory at compile-time before the associated program is executed.