CBSE Class 12 Computer Science
Question 32 of 68
Data Structures - I : Linear Lists — Question 4
Back to all questionsStack, queue and linked list are linear data structures. Yes, a linked list is a linear data structure. Linked lists consist of a sequence of elements, each containing a reference to the next element in the sequence, forming a linear arrangement.