Is double link list a linear data structure? If Yes, Why?If
No, Why?
Answer Posted / anil kumar
no,,because in doublelinked list the data is stored
dynamically,we can't acces a data directly without knowing
its base address
| Is This Answer Correct ? | 1 Yes | 7 No |
Post New Answer View All Answers
How many data structures are there in c?
What are the primitive data types in c?
What are the two forms of #include directive?
Why is #define used?
Should I use symbolic names like true and false for boolean constants, or plain 1 and 0?
Why is c still so popular?
What is a keyword?
What is %lu in c?
what is the basis for selection of arrays or pointers as data structure in a program
Define and explain about ! Operator?
What is include directive in c?
Can we add pointers together?
When should volatile modifier be used?
How can I change the size of the dynamically allocated array?
Can you mix old-style and new-style function syntax?