Multiple choice

Which of the following memory allocations does not vary in location or size during the life time of the program?

  1. Static memory allocation

  2. Program controlled dynamic memory allocation

  3. Block

  4. Stack memory allocation

  5. Reference counting

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

Static Memory Allocations do not vary in location or size during the lifetime of the program.