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?

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

  1. A.

    Linked List

  2. B.

    Tree

  3. C.

    Array

  4. D.

    Graph

Attempted by 1668 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: Hpsc Pgt Computer Science

Loading lesson…