Answer Posted / hr@tgksolutions.com
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 |
Post New Answer View All Answers
how to execute a program using if else condition and the output should enter number and the number is odd only...
the portion of a computer program within which the definition of the variable remains unchanged a) mode b) module c) scope d) none
what are the advanced features of functions a) function declaration and prototypes b) calling functions by value or by reference c) recursion d) all the above
Is using exit() the same as using return?
What is the difference between #include
How can I get random integers in a certain range?
Is it better to bitshift a value than to multiply by 2?
What does do in c?
What is 'bus error'?
What is console in c language?
Can you mix old-style and new-style function syntax?
What is function definition in c?
Explain how can you tell whether a program was compiled using c versus c++?
What is spark map function?
What is array within structure?