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
What is the difference between typedef and #define?
What is the package for freshers(Non IIT) in amazon(hyderabad). And what is the same for those who are a contract employee.
What is #line used for?
Add Two Numbers Without Using the Addition Operator
how much salary u want ? why u join in our company? your domain is core sector why u prefer software ?
How arrays can be passed to a user defined function
write a program fibonacci series and palindrome program in c
What is a macro, and explain how do you use it?
Take an MxN matrice from user and then sum upper diagonal in a variable and lower diagonal in a separate variables. Print the result
What does node * mean?
What is c variable?
What is #include cctype?
#include
What is uint8 in c?
Does c have enums?