Computer Science, asked by raisuraj4798, 5 months ago

4)
Which data structure can store the linear data elements
a) Tree
c) Graph
d) None of the above
b) Linked List​

Answers

Answered by Anonymous
1

Answer:

...«❤ANSWER ❤»...

Linked list... is your correct answer... xd..

Arrays may be fixed-length or resizable. A linked list (also just called list) is a linear collection of data elements of any type, called nodes, where each node has itself a value, and points to the next node in the linked list.

Answered by MzAbstruse
2

Explanation:

Linked List is the correct answer

Similar questions