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

What is stream in oop?

1037


How do you use inheritance in unity?

798


What are the components of marker interface?

798


Whats is abstraction in oops?

828


What are the 3 principles of oop?

832


Can you inherit a private class?

840


Why is static class not inherited?

821


What is multilevel inheritance explain with example?

865


Why is destructor used?

756


Why do we use class in oops?

744


Prepare me a program for the animation of train

2217


What is destructor in oop?

793


What is encapsulation oop?

794


What is for loop and its syntax?

800


Write a C++ program without using any loop (if, for, while etc) to print prime numbers from 1 to 100 and 100 to 1 (Do not use 200 print statements!!!)

1850