How many types of linked lists what are they?
How many types of data structures?
Answer Posted / ruchi singh
there are four types of linked list ,these are given below:
1.linear singly linked list
2.circular singly linked list
3.two way or doubly linked list
4.cicular doubly linked list
| Is This Answer Correct ? | 39 Yes | 3 No |
Post New Answer View All Answers
which is conditional construct a) if statement b) switch statement c) while/for d) goto
What are external variables in c?
can any one provide me the notes of data structure for ignou cs-62 paper
why programs in c are running with out #include
What is bash c?
Was 2000 a leap year?
Explain how do you print only part of a string?
What does it mean when a pointer is used in an if statement?
Explain how do you use a pointer to a function?
How important is structure in life?
Difference between strcpy() and memcpy() function?
What is the difference between formatted&unformatted i/o functions?
count = 0; for (i = 1;i < = 10; i++);count = count + i; Value of count after execution of the above statements will be a) 0 b) 11 c) 55 d) array
Explain what will the preprocessor do for a program?
Explain Function Pointer?