Computer Science, asked by freeforall1107, 8 months ago

What do you mean by linked list? Draw a linked list to store the information p,q,r,s,t with starting address 10​

Answers

Answered by Anonymous
1

Answer:

A linked list is a linear collection of data elements whose order is not given by their physical placement in memory. Instead, each element points to the next. It is a data structure consisting of a collection of nodes which together represent a sequence.

Explanation:

Linked List to store information is in the figure....

Please refer it..

Attachments:
Similar questions