Q. The elements of an array is always stored in ________ memory?
β
Correct Answer: (A)
Sequential
Explanation: The elements of an array are stored in contiguous memory. Linked list is stored in a random memory.