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
Why is c called c?
What is the incorrect operator form following list(== , <> , >= , <=) and what is the reason for the answer?
What is union in c?
code for replace tabs with equivalent number of blanks
What is a char c?
What are dangling pointers in c?
Why is extern used in c?
When is a void pointer used?
What is c programing language?
When should the const modifier be used?
Is c easy to learn?
Why do we need a structure?
What is the difference between pure virtual function and virtual function?
Explain spaghetti programming?
Are enumerations really portable?