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

How many types of linked lists what are they?
How many types of data structures?

Answer Posted / ruchi singh

there are four types of linked list ,these are given below:
1.linear singly linked list
2.circular singly linked list
3.two way or doubly linked list
4.cicular doubly linked list

Is This Answer Correct ?    39 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

how logic is used

1913


What are the advantage of c language?

1003


Can I use base-2 constants (something like 0b101010)? Is there a printf format for binary?

955


the real constant in c can be expressed in which of the following forms a) fractional form only b) exponential form only c) ascii form only d) both a and b

2612


What is the purpose of the following code? Is there any problem with the code? void send(int count, short *to, short *from) { /* count > 0 assumed */ register n = (count + 7) / 8; switch (count % 8) { case 0: do { *to = *from++; case 7: *to = *from++; case 6: *to = *from++; case 5: *to = *from++; case 4: *to = *from++; case 3: *to = *from++; case 2: *to = *from++; case 1: *to = *from++; } while (--n > 0); } }

2433


Why do we use & in c?

947


What are local static variables?

1080


Why c is a procedural language?

1006


What is indirection? How many levels of pointers can you have?

1089


Explain 'far' and 'near' pointers in c.

1079


Explain goto?

1091


What is #error and use of it?

1194


What the advantages of using Unions?

1161


How do you determine the length of a string value that was stored in a variable?

1078


Why is void main used?

1029