Answer Posted / 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 |
Post New Answer View All Answers
Write a C program on Centralized OLTP, Decentralized OLTP using locking mechanism, Semaphore using locking mechanism, Shared memory, message queues, channel of communication, sockets and a simple program on Saving bank application program using OLTP in IPC?
What are high level languages like C and FORTRAN also known as?
What is the importance of c in your views?
application areas a 'c' a) operating system b) graphics, interpreter, assembler c) program evalution, communication softwares d) all the above
What are the types of data structures in c?
What is else if ladder?
What is the difference between constant pointer and constant variable?
What is selection sort in c?
Explain how can I open a file so that other programs can update it at the same time?
What is a volatile keyword in c?
What is the use of a semicolon (;) at the end of every program statement?
What is the process to generate random numbers in c programming language?
Write a function which takes as parameters one regular expression(only ? and * are the special characters) and a string and returns whether the string matched the regular expression.
How can I make it pause before closing the program output window?
What are structure types in C?