Explain Doubly Linked Lists?
Answers were Sorted based on User's Feedback
Answer / nashiinformaticssolutions
A specific kind of linked list that allows traversal across the data components in both directions is called a doubly linked list.
Every node has two linkages, one to the node next to it and one to the node in front of it, which enables accomplishing this.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / glibwaresoftsolutions
A specific kind of linked list that allows traversal across the data components in both directions is called a doubly linked list.
Every node has two linkages, one to the node next to it and one to the node in front of it, which enables accomplishing this.
| Is This Answer Correct ? | 0 Yes | 0 No |
A specific kind of linked list that allows traversal across the data components in both directions is called a doubly linked list.
Every node has two linkages, one to the node next to it and one to the node in front of it, which enables accomplishing this.
| Is This Answer Correct ? | 0 Yes | 0 No |
write the program to find multiplication of 2-D matrix??????????
Write a program to compute the similarity between two strings - The program should get the two strings as input - Then it will output one single number which is the percentage of similarity between the two strings
Describe the order of precedence with regards to operators in C.
Find if a number is power of two or not?
What is include directive in c?
What is encapsulation?
plz answer..... a program that reads non-negative integer and computes and prints its factorial
how many keywords are available in 'c' language a) 32 b) 34 c) 45 d) 48
what is the difference between 123 and 0123 in c?
What are enums in c?
What is the difference between getch() and getche()?
an algorithem for the implementation of circular doubly linked list