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 is static memory allocation?
How can I generate floating-point random numbers?
What is the use of function in c?
What is difference between scanf and gets?
What is sizeof c?
What is meant by type casting?
The number of bytes of storage occupied by short, int and long are a) 2, 2 and 4 b) 2, 4 and 4 c) 4, 4 and 4 d) none
How many levels of pointers have?
What is a volatile keyword in c?
Write a program to display all the prime nos from 1 to 1000000, your code should not take time more than a minute to display all the nos.
Are local variables initialized to zero by default in c?
What is 1f in c?
How will you divide two numbers in a MACRO?
What is a void * in c?
What is an lvalue?