What is a linked list?

Answer Posted / glibwaresoftsolutions

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 program to sort the number with different sorts in one program ??

2119


Why we use classes in oop?

794


Where You Can Use Interface in your Project

1635


when to use 'mutable' keyword and when to use 'const cast' in c++

1899


Why multiple inheritance is not possible?

812


What are classes oop?

804


What is pointer in oop?

745


what is difference between class template and template class?

2421


What is inheritance in oop?

813


What are the 5 oop principles?

862


What do you mean by variable?

777


String = "C++ is an object oriented programming language.An imp feature of oops is classes and objects".Write a pgm to count the repeated words from this scenario?

2170


Will I be able to get a picture in D drive to the c++ program? If so, help me out?

1889


What is encapsulation in ict?

825


Why oops is important?

803