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 the term printf() and scanf() used in c language?
find out largest elemant of diagonalmatrix
What is a null pointer assignment error? What are bus errors, memory faults, and core dumps?
Explain what is the general form of a c program?
What are the 5 elements of structure?
What does static variable mean in c?
What is pass by reference in c?
How can I implement sets or arrays of bits?
How can I read a binary data file properly?
In which header file is the null macro defined?
how to solve "unable to open stdio.h and conio.h header files in windows 7 by using Dos-box software
Explain how can you avoid including a header more than once?
What are the different types of control structures in programming?
How will you write a code for accessing the length of an array without assigning it to another variable?
Can a pointer point to null?