Multiple choice

Which of the following is the example of linear data structure?

  1. Tree

  2. Graph

  3. Linked list

  4. All of the above

  5. None of the above

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

It is a linear data structure. A linear data structures elements are arranged in a list.