Is double link list a linear data structure? If Yes, Why?If
No, Why?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / kiran
A data structure is said to be linear, if the elements are accessed in sequence. As the nodes of a DLL are accessed in sequence(starting from the first node, one after the other), it is a linear data structure.
| Is This Answer Correct ? | 0 Yes | 0 No |
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 |
Write a program that can show the multiplication table.
Why void is used in c?
What is the total generic pointer type?
What is static memory allocation?
Write a program in c to print * * * * * *******
Can U write a C-program to print the size of a data type without using the sizeof() operator? Explain how it works inside ?
How can I write a function analogous to scanf?
program to find out date after adding 31 days to a date in the month of febraury also consider the leap year
write program on arrays
What is preprocessor with example?
how can i access hard disk address(physical address)? are we access hard disk by using far,near or huge pointer? if yes then please explain.....
how to create c progarm without void main()?