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
Explain what is a stream?
Using functions, write a program that multiplies two arrays. Use the following functions: - Function ReadArray - Function MultiplyArrays - Function DisplayArrays
What is the difference between exit() and _exit() function?
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
How will you delete a node in DLL?
What is calloc malloc realloc in c?
Explain enumerated types in c language?
FILE PROGRAMMING
What are the types of c language?
Using which language Test cases are added in .ptu file of RTRT unit testing???
Is a house a mass structure?
Do you know the difference between exit() and _exit() function in c?
plz let me know how to become a telecom protocol tester. thank you.
Explain what are multibyte characters?
what are the 10 different models of writing an addition program in C language?