How many types of linked lists what are they?
How many types of data structures?
Answer Posted / shumaila bashir sheikh
There are basically three types of linked list.
1) single linked list
2) Double Linked list
3) Circular linked list
there are two types of data structures
1) Linear Data Structures
Array, Linked list, pointers, stack, queues etc
2) Non-Linear Data Structure
Trees, Graphs
| Is This Answer Correct ? | 93 Yes | 7 No |
Post New Answer View All Answers
Explain how do you determine a file’s attributes?
Write an algorithm for implementing insertion and deletion operations in a singly linked list using arrays ?
Write the program that calculates and prints the average of several integers. Assume that the last value read is sentinel 9999.
What is the function of multilevel pointer in c?
Is main a keyword in c?
What are the standard predefined macros?
List at least 10 sorting methods indicating their average case complexity, worst case complexity and best case complexity.
What is difference between constant pointer and constant variable?
How the c program is executed?
What is cohesion in c?
Which are low level languages?
a program that can input number of records and can view it again the record
Tell me when would you use a pointer to a function?
What is the difference between text files and binary files?
Is it better to use malloc() or calloc()?