Multiple choice Which of the following is an example of linear data structure? Linked list Binary tree Graph None of these Reveal answer Fill a bubble to check yourself A Correct answer Explanation Linked lists are linear data structures where elements are arranged sequentially. Each node points to the next, forming a linear chain. Trees and graphs are non-linear as elements branch in multiple directions.