Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

Explain Doubly Linked Lists?

Answer Posted / nashiinformaticssolutions

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


Please Help Members By Posting Answers For Below Questions

When reallocating memory if any other pointers point into the same piece of memory do you have to readjust these other pointers or do they get readjusted automatically?

1209


What functions are used for dynamic memory allocation in c language?

1077


Is c call by value?

967


Are bit fields portable?

1108


How can I get the current date or time of day in a c program?

1165


Where we use clrscr in c?

1090


Explain what is the benefit of using an enum rather than a #define constant?

1168


What is c token?

1012


Why is event driven programming or procedural programming, better within specific scenario?

2365


int i=3; this declaration tells the C compiler to a) reserve space in memory to hold the integer value b) associate the name i with this memory location c) store the value 3 at this location d) all the above

1222


Can we declare function inside main?

947


What is function and its example?

1110


what will be the output for the following main() { printf("hi" "hello"); }

10798


What is the significance of c program algorithms?

1098


Why can’t constant values be used to define an array’s initial size?

1325