How many types of linked lists what are they?
How many types of data structures?

Answer Posted / majid

It is the type of non linear data structure.
1)singly list
2)singly circular list
3)singly list with header,tail.
4)singly list with head ,tail and circular

5)doubly list
6)circular doubly list
7)with header.
8)with tail.
9)with head ,tail and circular

Is This Answer Correct ?    1 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain the array representation of a binary tree in C.

732


Implement bit Array in C.

680


can any one please explain, how can i access hard disk(physical address)? it is possible by the use of far,near or huge pointer? if yes then please explain......

1415


why do some people write if(0 == x) instead of if(x == 0)?

658


What are static variables in c?

632






What is the incorrect operator form following list(== , <> , >= , <=) and what is the reason for the answer?

946


1234554321 1234 4321 123 321 12 21 1 1 12 21 123 321 1234 4321 1234554321

3152


What is const volatile variable in c?

583


Differentiate between functions getch() and getche().

627


What is a lookup table in c?

630


What is the right type to use for boolean values in c?

589


where are auto variables stored? What are the characteristics of an auto variable?

597


Explain the difference between null pointer and void pointer.

676


Are c and c++ the same?

629


How can I open files mentioned on the command line, and parse option flags?

597