How are elements of dynamic array stored in the memory
Each element is stored at a random memory location.
Elements are dynamically linked to the next element in memory.
Each element is stored in a contiguous memory locations
Elements are grouped and each group is stored at a random memory location .
This question is part of this quiz :
Array Quiz for DSA