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

Answer Posted / ruchi singh

there are four types of linked list ,these are given below:
1.linear singly linked list
2.circular singly linked list
3.two way or doubly linked list
4.cicular doubly linked list

Is This Answer Correct ?    39 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the meaning of c in c language?

596


Why #include is used in c language?

598


What are the features of c language?

619


Write a program that accept anumber in words

1251


explain what is an endless loop?

611






How do you write a program which produces its own source code as output?

608


Tell me about low level programming languages.

642


How are 16- and 32-bit numbers stored?

723


Wt are the Buses in C Language

2751


.find the output of the following program? char*myfunc(char*ptr) { ptr +=3; return (ptr); } int main() { char*x,*y; x="HELLO"; y=myfunc(x); printf("y = %s ",y); return 0; }

1996


How will you divide two numbers in a MACRO?

710


What is exit() function?

559


Why is c still so popular?

618


Differentiate between new and malloc(), delete and free() ?

673


What is signed and unsigned?

642