Multiple choice

Which of the following data structures is used for locating memory at run time?

  1. Stack

  2. Queue

  3. Heap

  4. Link list

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

 For run time memory location, heap is used. As we don't know the size of memory required to allocate. So, heap is used to allocate memory.