Multiple choice

Linked list is a ............

  1. Linear Data Structure

  2. Non-Linear Data Structure

  3. Both of these

  4. None of these

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

 According to the way, linked list is accessed, it is linear data structure and according to storage, linked list is a non-linear data structure. Hence this is the answer.