What is a linked list?

Answer Posted / hr@tgksolutions.com

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 data binding in oops?

841


What are oops functions?

793


What is inheritance in oop?

812


Why do pointers exist?

895


How do you achieve polymorphism?

833


What is difference between oop and pop?

894


Can we override main method?

853


just right the logic of it 1--> If few people are electing then every time ur candidate should win 2--> arrange books in box, if box carry weight == books weight then take another box..... find the no of box required.

6722


i=20;k=0; for(j=1;k-i;k+=j<10?4:3) { cout<

1656


Why multiple inheritance is not allowed?

837


What is the problem with multiple inheritance?

849


write a program to find 2 power of a 5digit number with out using big int and exponent ?

2148


What is polymorphism used for?

789


What is polymorphism programming?

869


write knight tour problem which is present in datastructure

2397