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

Answer Posted / deepak nagpal

There are three types of linked lists-
1.singly linked list
2.doubly linked list
3.circular linked list



There are six types of data structurs-

1.linked list
2.array
3.stack
4.queues
5.tree
6.graphs

Is This Answer Correct ?    43 Yes 9 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Is c object oriented?

534


What is the use of volatile?

602


general for is %wd,f-d; in this system "w" means a) 'w' represent total width of digits b) 'w' represent width which includes the digits before,after decimal place and the decimal point c) 'w' represent width which includes the digits before only d) 'w' represent width after decimal place only

580


How many keywords (reserve words) are in c?

605


What are terms in math?

579






What does s c mean on snapchat?

579


What is the size of enum in c?

612


Why is not a pointer null after calling free? How unsafe is it to use (assign, compare) a pointer value after it is been freed?

596


What are variables and it what way is it different from constants?

775


What is the difference between far and near ?

674


Is main an identifier in c?

592


What is the use of getch ()?

625


What does c mean in basketball?

556


How does sizeof know array size?

616


Give differences between - new and malloc() , delete and free() ?

601