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 string concatenation in c?
why wipro wase
What is the explanation for prototype function in c?
What is a ternary operator in c?
Can true be a variable name in c?
How will you delete a node in DLL?
Should I use symbolic names like true and false for boolean constants, or plain 1 and 0?
Can a variable be both constant and volatile?
Can a local variable be volatile in c?
What does the error 'Null Pointer Assignment' mean and what causes this error?
Why is c called a structured programming language?
Which header file is essential for using strcmp function?
What is local and global variable in c?
WRITE A CODE IN C TO SEARCH A FILE FROM NOTEPAD FILE.
Explain what could possibly be the problem if a valid function name such as tolower() is being reported by the c compiler as undefined?