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 |
Taking an example,differentiate b/w loader and linker ?
What is chain pointer in c?
What are # preprocessor operator in c?
2. What is the function of ceil(X) defined in math.h do? A)It returns the value rounded down to the next lower integer B)it returns the value rounded up to the next higher integer C)the Next Higher Value D)the next lower value
#‎include‬<stdio.h> void main() { int i; for(i=5;0;i++) { printf("%d",i); } }
64/square(4)
What are pointers in C? Give an example where to illustrate their significance.
Difference between goto, long jmp() and setjmp()?
How many types of sorting are there in c?
What is printf () in c?
Explain output of printf("Hello World"-'A'+'B'); ?
what is develop in c language