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

Answer Posted / shumaila bashir sheikh

There are basically three types of linked list.
1) single linked list
2) Double Linked list
3) Circular linked list

there are two types of data structures
1) Linear Data Structures
Array, Linked list, pointers, stack, queues etc
2) Non-Linear Data Structure
Trees, Graphs

Is This Answer Correct ?    93 Yes 7 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

pgm to find any error in linklist(in single linklist check whether any node points any of previous nodes instead of next node)

2425


Explain data types & how many data types supported by c?

824


Here is a good puzzle: how do you write a program which produces its own source code as output?

854


How macro execution is faster than function ?

884


Explain what is the difference between text files and binary files?

867


What is the basic structure of c?

791


What is a char in c?

765


What is masking?

907


What are types of structure?

832


What are the differences between Structures and Arrays?

872


What is strcmp in c?

756


What is memcpy() function?

852


Is null always equal to 0(zero)?

799


What is the main difference between calloc () and malloc ()?

847


Why is a semicolon (;) put at the end of every program statement?

849