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
What is the process to generate random numbers in c programming language?
How does sizeof know array size?
Once I have used freopen, how can I get the original stdout (or stdin) back?
What are categories used for in c?
what are the facialities provided by you after the selection of the student.
What is the explanation for modular programming?
What is ctrl c called?
What is malloc return c?
What is the importance of c in your views?
Can a variable be both static and volatile in c?
Who invented bcpl language?
design and implement a data structure and performs the following operation with the help of file (included 1000 student marks in 5 sub. and %also) 1.how many students are fail in all 5 subjects (if >35) 2. delete all student data those are fail in all 5 subjects. 3. update the grace marks (5 no. if exam paper is 100 marks) 4. arrange the student data in ascending order basis of marks. 5.insert double of deleted students with marks in the list.
What is the concatenation operator?
What is malloc calloc and realloc in c?
In a header file whether functions are declared or defined?