Linked List is a _____ data structure.
2018
Linked List is a _____ data structure.
Answer: A. Linear — 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…
- A.
Linear
- B.
Non-linear
- C.
Virtual
- 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.
Loading lesson…