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...

What is a Genralised LInked List??
Please give a detailed explation of it..

Answer Posted / mailkbala

Generally, there are two kind of linked list.
i) Single Linked List and
ii) Double Linked List.

In single Linked List, you can move only in forward
direction using the address of the next node. Each node
contains two fields namely Data and Address of Next node.

In Double Linked List, you can move in both forward and
reverse direction using the address of the next node and
previous node respectively. Here each node contains three
fields namely Data, Address of next node, and Address of
Previous node.

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What does stand for?

1069


Write a program to check whether a number is prime or not using c?

1039


What is void c?

1060


Explain what is the difference between a string copy (strcpy) and a memory copy (memcpy)? When should each be used?

1081


p*=(++q)++*--p when p=q=1 while(q<=6)

1738


What does *p++ do? What does it point to?

1037


Whats s or c mean?

1000


What is a list in c?

1015


What is output redirection?

1200


`write a program to display the recomended action depends on a color of trafic light using nested if statments

2113


#include #include struct stu { int i; char j; }; union uni { int i; char j; }; void main() { int j,k; clrscr(); struct stu s; j=sizeof(s); printf("%d",j); union uni u; k=sizeof(u); printf("%d",k); getch(); } what is value of j and k.

6263


Explain setjmp()?

1056


What are type modifiers in c?

1031


What is typedf?

1111


What does c mean in basketball?

980