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
Give me the code of in-order recursive and non-recursive.
What is variables in c?
Explain what is the difference between the expression '++a' and 'a++'?
A variable that is defined in a specified portion of a program but can be used throughout the program a) global variable b) local variable c) character d) none
Why is c faster?
How to declare a variable?
What is c variable?
Is c is a low level language?
What are the types of bitwise operator?
What are header files in c programming?
What is pointers in c?
What are the advantages of the functions?
Explain what are global variables and explain how do you declare them?
why use "return" statement a) on executing the return statement it immediately transfers the control back to the calling program b) it returns the value present in the parentheses return, to the calling program c) a & b d) none of the above
Why is c so popular?