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


Please Help Members By Posting Answers For Below Questions

If a variable is a pointer to a structure, then which operator is used to access data members of the structure through the pointer variable?

773


write a program that declares an array of 30 elements named "income" in the main functions. then cal and pass the array to a programmer-defined function named "getIncome" within the "getIncome" function, ask the user for annual income of 30 employees. then calculate and print total income on the screen using the following function: "void getIncome ( ai []);

1836


What does a function declared as pascal do differently?

603


main use of recursive function a) processing speed high b) reduce program length/reduce repeated statements c) if you do not, use iterative methods like, for, while or do-while d) all the above

608


Explain what is the difference between #include and #include 'file' ?

576






illustrate the use of address operator and dereferencing operator with the help of a program guys plzzz help for this question

1576


WHAT IS THE DEFINATION OF IN TECHNOLOGY AND OFF TECHNOLOGY ?

1853


a construct the"else" part of "if" statement contains anoth "if else" statement is called a) if-else b) else-if-else c) if-else-if-else d) chain if/if-else-if

697


What is a MAC Address?

624


Explain how do you list files in a directory?

610


What are the c keywords?

744


What are the advantages of c preprocessor?

706


Why is main function so important?

609


How do I get an accurate error status return from system on ms-dos?

639


Design a program which assigns values to the array temperature. The program should then display the array with appropriate column and row headings.

1761