Is double link list a linear data structure? If Yes, Why?If
No, Why?
Answer Posted / vinita khandavi
Yes ,
The data are stored in the linear manner in memory..
all Linked list are linear data structures..
Tree, Table, Graph, Hash Table are nonlinear data structures..
| Is This Answer Correct ? | 6 Yes | 4 No |
Post New Answer View All Answers
Write a code to determine the total number of stops an elevator would take to serve N number of people.
What is binary tree in c?
What is queue in c?
What are the applications of c language?
What is the purpose of the preprocessor directive error?
In a header file whether functions are declared or defined?
What are the types of assignment statements?
How can I handle floating-point exceptions gracefully?
How many types of operator or there in c?
What is the translation phases used in c language?
What are the advantages and disadvantages of c language?
Array is an lvalue or not?
Do you know the difference between exit() and _exit() function in c?
Subtract Two Number Without Using Subtraction Operator
What does *p++ do?