How many types of linked lists what are they?
How many types of data structures?
Answer Posted / priyanka nigam
There are two types of linked list.
Single and Double
Single would move only in one direction while double linked
list can move in both directions ie forward and backward.
Data Structures
1. Arrays
2.Linked List
3.Structures
4.Trees
5.Queues
6.Stack
| Is This Answer Correct ? | 84 Yes | 28 No |
Post New Answer View All Answers
Explain how are portions of a program disabled in demo versions?
How do I determine whether a character is numeric, alphabetic, and so on?
Is it possible to have a function as a parameter in another function?
Write a program on swapping (100, 50)
Can static variables be declared in a header file?
Write a program to check palindrome number in c programming?
What is a shell structure examples?
Is c is a middle level language?
Define macros.
int i=3; this declaration tells the C compiler to a) reserve space in memory to hold the integer value b) associate the name i with this memory location c) store the value 3 at this location d) all the above
What is a keyword?
How many types of functions are there in c?
What is a macro, and explain how do you use it?
How many keywords are there in c?
How many types of errors are there in c language? Explain