Which of the following data structures stores the same kind of data in a…

2019

Which of the following data structures stores the same kind of data in a linear order, but not necessarily in contiguous memory locations?

  1. A.

    Linked List

  2. B.

    Tree

  3. C.

    Array

  4. D.

    Graph

Attempted by 1107 students.

Show answer & explanation

Correct answer: A

A linked list stores elements in a linear order using pointers, and its elements are not stored in contiguous memory locations.

Explore the full course: Up Lt Grade Assistant Teacher 2025