Multiple choice Which of the following data structures is used for locating memory at run time? Stack Queue Heap 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.