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
Differentiate between the = symbol and == symbol?
Give me the code of in-order recursive and non-recursive.
Tell us the use of fflush() function in c language?
Differentiate between functions getch() and getche().
Explain about block scope in c?
Explain modulus operator.
What is volatile variable in c with example?
What is a void pointer in c?
What should malloc(0) do?
Write a code to generate a series where the next element is the sum of last k terms.
What are the types of variables in c?
what are the different storage classes in c?
Is c still relevant?
1) There is a singing competition for children going to be conducted at a local club. Parents have been asked to arrive at least an hour before and register their children’s names with the Program Manager. Whenever a participant registers, the Program Manager has to position the name of the person in a list in alphabet order. Write a program to help the Program Manager do this by placing the name in the right place each time the Program Manger enters a name. 2) the Event Manager has to send participants to the stage to perform in the order in which they registered. Write a program that will help the Event Manager know who to call to the stage to perform. The Logic should be in Data Structures
Difference between MAC vs. IP Addressing