Multiple choice

Memory allocation at the compile time is known as

  1. Static memory allocation

  2. Dynamic memory allocation

  3. Paging

  4. None of these

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

Static memory allocation is fixed at compile time. The compiler determines memory requirements before the program runs, allocating space on the stack for global and local variables.