How many types of linked lists what are they?
How many types of data structures?
Answer Posted / heena
There are 4 types of linked list:
1)Singly or linear or one way linked list.
2)Doubly or two way linked list.
3)Circular linked list.
4)Header or sentinel linked list.
Data structure can be broadly classified in:
1)Primary data structure - 2) Secondary data structure
Character Array
Integer Pointer
Float Structure
Double Union
Void Enum etc.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What are the differences between Structures and Arrays?
Why does notstrcat(string, "!");Work?
How can you call a function, given its name as a string?
List some of the dynamic data structures in C?
Where can I get an ansi-compatible lint?
Write a program to check armstrong number in c?
What is a program flowchart and how does it help in writing a program?
the process of defining something in terms of itself is called (or) in C it is possible for the functions to call themselves. A function called a) nested function b) void function c) recursive function d) indifinite function
What is preprocessor with example?
What does c in a circle mean?
Explain how can I convert a string to a number?
What is the purpose of realloc()?
write a c programming using command line argument,demonstrate set operation(eg;union,intersection,difference) example output is c:>setop 12 34 45 1 union 34 42 66 c:>setop 12 34 1 42 66 c:>setop 12 34 diff 12 56 67 78 setop 12 34
What is dynamic dispatch in c++?
Why do we use c for the speed of light?