Answer Posted / nashiinformaticssolutions
Similar to an array, a linked list is a linear data structure where the components aren't always kept together.
In essence, it is a series of nodes that form a chain-like structure by pointing in the direction of the next node.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is stream in oop?
Which language is pure oop?
What are properties in oop?
can we make game by using c
What is advantage of inheritance?
What is the example of polymorphism?
Which is better struts or spring?
What is encapsulation with example?
What is difference between data abstraction and encapsulation?
what type of question are asked in thoughtworks pair programming round ?
Which is not an object oriented programming language?
What is class in oop with example?
What is static in oop?
How is class defined?
What are the three parts of a simple empty class?