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
Is javascript written in c?
Explain pointer. What are function pointers in C?
What is the value of h?
What is c language & why it is used?
What is d'n in c?
What is #include conio h?
What are qualifiers?
the 'sizeof' operator reported a larger size than the calculated size for a structure type. What could be the reason?
What is the auto keyword good for?
Explain enumerated types in c language?
Program will then find the largest of three numbers using nested if-else statements. User is prompted to enter three numbers. Program will find the largest number and display it on the screen. All three numbers entered by the user are also displayed. If user enters 21, 33, and 5, the output should be as follows: You entered: 21, 33 and 5. The largest number is 33.
Tell me about low level programming languages.
What is void pointers in c?
What is getch () for?
What is sizeof return in c?