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
How do you search data in a data file using random access method?
Should a function contain a return statement if it does not return a value?
What is main function in c?
Is it better to bitshift a value than to multiply by 2?
How is = symbol different from == symbol in c programming?
What’s the special use of UNIONS?
What are global variables and how do you declare them?
What is the value of uninitialized variable in c?
Is r written in c?
When do you not use the keyword 'return' when defining a function a) Always b) Never c) When the function returns void d) dfd
What is c definition?
What is break in c?
What is Dynamic memory allocation in C? Name the dynamic allocation functions.
What is #include called?
How can I send mail from within a c program?