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

void main(int n) { if(n==0) return; main(--n); printf("%d ",n); getch(); } how it work and what will be its output...............it any one know ans plz reply

2848


Explain the use of fflush() function?

1132


What is the best way of making my program efficient?

1082


When is a “switch” statement preferable over an “if” statement?

1208


What are the types of macro formats?

1163


What are the types of unary operators?

1250


What does typeof return in c?

1159


Explain how can I make sure that my program is the only one accessing a file?

1271


Why c is faster than c++?

1089


what value is returned to operating system after program execution?

2178


What is structure padding and packing in c?

1124


What is the use of function in c?

1247


What is pointer to pointer in c?

1152


how do you programme Carrier Sense Multiple Access

2010


What is the difference between declaring a variable and defining a variable?

1341