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
Explain can the sizeof operator be used to tell the size of an array passed to a function?
Explain continue keyword in c
What are pointers? Why are they used?
differentiate built-in functions and user – defined functions.
What is getch c?
what are enumerations in C
Is void a keyword in c?
What is identifiers in c with examples?
How can you find out how much memory is available?
What does typeof return in c?
Explain the binary height balanced tree?
Explain built-in function?
Explain what are compound statements?
given post order,in order construct the corresponding binary tree
What kind of structure is a house?