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
pgm to find any error in linklist(in single linklist check whether any node points any of previous nodes instead of next node)
Explain data types & how many data types supported by c?
Here is a good puzzle: how do you write a program which produces its own source code as output?
How macro execution is faster than function ?
Explain what is the difference between text files and binary files?
What is the basic structure of c?
What is a char in c?
What is masking?
What are types of structure?
What are the differences between Structures and Arrays?
What is strcmp in c?
What is memcpy() function?
Is null always equal to 0(zero)?
What is the main difference between calloc () and malloc ()?
Why is a semicolon (;) put at the end of every program statement?