How many types of linked lists what are they?
How many types of data structures?
Answer Posted / prakash.m
basically three types includes
Singly LL.
Double LL.
Circular LL.
Data structures include
stacks
queues
linked list.
graphs.
trees.
| Is This Answer Correct ? | 80 Yes | 11 No |
Post New Answer View All Answers
What are header files why are they important?
What are the types of unary operators?
What is the best way to store flag values in a program?
Why dont c comments nest?
Why is sizeof () an operator and not a function?
Is c is a high level language?
What is static memory allocation? Explain
What is multidimensional arrays
What is the acronym for ansi?
Can the “if” function be used in comparing strings?
Where are c variables stored in memory?
What is a null pointer assignment error? What are bus errors, memory faults, and core dumps?
How can I call fortran?
pgm to find any error in linklist(in single linklist check whether any node points any of previous nodes instead of next node)
Are there constructors in c?