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
What are the difference between a free-standing and a hosted environment?
What does 4d mean in c?
What is the difference between printf and scanf in c?
what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;
Explain a file operation in C with an example.
What is the difference between typedef struct and struct?
What are the applications of c language?
What is a spanning Tree?
Explain zero based addressing.
How can I ensure that integer arithmetic doesnt overflow?
Why do some versions of toupper act strangely if given an upper-case letter?
How is = symbol different from == symbol in c programming?
which type of aspect you want from the student.
How can I use a preprocessorif expression to ?
write a program in C that prompts the user for today's date,tomorrow's date and display the results.Use structures for today's date,tomorrow's date and an array to hold the days for each month of the year.