How many types of linked lists what are they?
How many types of data structures?

Answer Posted / avinash jadhav

There are three types of linked list:
1. Singly liked list
2. Doubly link list
3. Circular link list

There are two types of data structures:
1. Linear Data Structure: In this data structure we are
doing the operation sequentially on the data.
examples; Arrays, stacks, queues, and linked list.
2. Non- Linear data structure:In this data structure we are
doing the operation randomly.
examples; Trees and Graphs.

Is This Answer Correct ?    25 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

we called a function and passed something do it we have always passed the "values" of variables to the called function. such functions calles are called a) calls by reference b) calls by value c) calls by zero d) none of the above

648


what will be maximum number of comparisons when number of elements are given?

1416


how to solve "unable to open stdio.h and conio.h header files in windows 7 by using Dos-box software

2816


What are data types in c language?

594


Explain what is the use of a semicolon (;) at the end of every program statement?

746






What is the data segment that is followed by c?

619


What is the heap?

703


Why is c not oop?

543


Explain what are the standard predefined macros?

661


What's the best way of making my program efficient?

633


How can I manipulate individual bits?

615


What is difference between structure and union in c programming?

579


Why is sprintf unsafe?

630


Which are low level languages?

648


What is abstract data structure in c?

537