What is a linked list?

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


Please Help Members By Posting Answers For Below Questions

Write a c++ program to display pass and fail for three student using static member function

3102


Why do we use oop?

837


What is encapsulation in ict?

819


What is ambiguity in inheritance?

860


Whats oop mean?

798


What is the full form of oops?

929


write string class as your own class in java without using any built-in function

2227


Can you explain polymorphism?

839


What is static modifier?

853


What is coupling in oops?

833


What is the purpose of polymorphism?

891


What is methods in oop?

750


Why do we need polymorphism in c#?

899


What is multilevel inheritance explain with example?

873


What is object-oriented programming? Webopedia definition

966