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
What is a good way to implement complex numbers in c?
Who is the main contributor in designing the c language after dennis ritchie?
Are local variables initialized to zero by default in c?
What is a dynamic array in c?
What is preprocessor with example?
Can the curly brackets { } be used to enclose a single line of code?
I completed my B.tech (IT). Actually I want to develop virtual object that which will change software technology in the future. To develop virtual object what course I have to take. can I any professor to help me.
What do you mean by invalid pointer arithmetic?
i = 25;switch (i) {case 25: printf("The value is 25 ");case 30: printf("The value is 30 "); When the above statements are executed the output will be : a) The value is 25 b) The value is 30 c) The value is 25 The value is 30 d) none
Explain what is the benefit of using #define to declare a constant?
How does selection sort work in c?
How many types of arrays are there in c?
Explain high-order bytes.
In C programming, how do you insert quote characters (‘ and “) into the output screen?
What is data structure in c language?