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
Why is structure important for a child?
How does placing some code lines between the comment symbol help in debugging the code?
Create a registration form application by taking the details like username, address, phone number, email with password and confirm password (should be same as password).Ensure that the password is of 8 characters with only numbers and alphabets. Take such details for 3 users and display the details. While taking input password must appear as “****”.
When should we use pointers in a c program?
write a program to input 10 strings and compare without using strcmp() function. If the character of one string matches with the characters of another string , sort them and make it a single string ??? example:- str1="Aakash" st2="Himanshu" str="Uday" output:- Aakashimanshuday (please post the answer as quickly as possible)
a parameter passed between a calling program and a called program a) variable b) constant c) argument d) all of the above
Synonymous with pointer array a) character array b) ragged array c) multiple array d) none
Explain what is the difference between the expression '++a' and 'a++'?
What is the code for 3 questions and answer check in VisualBasic.Net?
What is c preprocessor mean?
Which header file is essential for using strcmp function?
List at least 10 sorting methods indicating their average case complexity, worst case complexity and best case complexity.
What is the need of structure in c?
How can I recover the file name given an open stream?
Do pointers take up memory?