Linked List is a _____ data structure.

2018

Linked List is a _____ data structure.

Answer: A. LinearA linked list is a linear data structure because elements are arranged sequentially. Each node contains data and points to the next, forming a chain rather…

  1. A.

    Linear

  2. B.

    Non-linear

  3. C.

    Virtual

  4. D.

    Imaginary

Attempted by 2234 students.

Show answer & explanation

Correct answer: A

A linked list is a linear data structure because elements are arranged sequentially. Each node contains data and points to the next, forming a chain rather than a hierarchy.

Explore the full course: Rssb Basic Computer Instructor

Loading lesson…