What is a linked list?

Answer Posted / aditya

A Linked List is the collection of leniar data elements. In
linked list there will be nodes which has 2 parts. They are
data part and link part. The data part consists of the th
data element and the link part consists of the address of
the next node. In linked list the link part of the last
node will be NULL. The different types of linked list are

1) Linear Linked List
2) Double Linked List
3) Circular Linked List
4) Doule Circular Linked List

Is This Answer Correct ?    3 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Which type does string inherit from?

618


Following are the class specifications: class {int a}; class {int b}; Using friend funtion,calculate the max of two objects and display it.

2011


What is protected in oop?

606


What do you mean by abstraction?

622


Why is it so that we can have virtual constructors but we cannot have virtual destructors?

3849






What makes a language oop?

600


What is polymorphism and example?

594


What does and I oop and sksksk mean?

656


What is Difeerence between List obj=new ArrayList(); and ArrayList obj=new ArrayList()?

2110


What is static modifier?

637


What is oops?what is its use in software engineering?

561


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

1900


What is object in oop?

690


officer say me - i am offered to a smoking , then what can you say

1586


2. Give the different notations for the class.\

1594