Link List

What is Link list? What is purpose of link list in programming.

Questions by vedantv23

Showing Answers 1 - 1 of 1 Answers

Linked list is a set of array (uses 2 line array) i.e INFO (information part) and LINK (address part)
we use it for storing of data dynamically i.e it does not leave buffer space (less wastage of memory)

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions