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

Answer Posted / santosh

there are three types of linked list
1)singly linked list
2)doubly linked list
3)circular linked list
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 ?    5 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain what is a stream?

830


Using functions, write a program that multiplies two arrays. Use the following functions: - Function ReadArray - Function MultiplyArrays - Function DisplayArrays

2142


What is the difference between exit() and _exit() function?

826


int i=3; this declaration tells the C compiler to a) reserve space in memory to hold the integer value b) associate the name i with this memory location c) store the value 3 at this location d) all the above

1034


How will you delete a node in DLL?

968


What is calloc malloc realloc in c?

841


Explain enumerated types in c language?

823


FILE PROGRAMMING

2027


What are the types of c language?

809


Using which language Test cases are added in .ptu file of RTRT unit testing???

4028


Is a house a mass structure?

880


Do you know the difference between exit() and _exit() function in c?

838


plz let me know how to become a telecom protocol tester. thank you.

2004


Explain what are multibyte characters?

894


what are the 10 different models of writing an addition program in C language?

1690