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
Write a code to achieve inter processor communication (mutual exclusion implementation pseudo code)?
what does static variable mean?
Given a valid 24 hour format time find the combination of the value and write a program ,do not hard the value and if any other inputs provided should work with the logic implemented Input: 11:30 Output: 13:10 Input: 18:25 Output: 21:58
What is pass by value in c?
What is the incorrect operator form following list(== , <> , >= , <=) and what is the reason for the answer?
What are the two forms of #include directive?
What is const volatile variable in c?
Once I have used freopen, how can I get the original stdout (or stdin) back?
What is malloc and calloc?
Is c language still used?
Explain how can type-insensitive macros be created?
find out largest elemant of diagonalmatrix
write a progrmm in c language take user interface generate table using for loop?
Explain what does a function declared as pascal do differently?
What is .obj file in c?