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
Is main an identifier in c?
What is a class c rental property?
What library is sizeof in c?
Explain the term printf() and scanf() used in c language?
Does c have circular shift operators?
What's the right way to use errno?
what are the different storage classes in c?
Explain what are multidimensional arrays?
When do we get logical errors?
What is pragma in c?
find the sum of two matrices and WAP for it.
What are categories used for in c?
Can you please explain the scope of static variables?
What’s a signal? Explain what do I use signals for?
a character or group of characters that defines a register,or a part of storage a) memory b) byte c) address d) linear list