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 the difference between arrays and linked list

Answer Posted / bhaskar diwakar

Linked list->1.insertion & Deletion is very easy compare to
Array.
2.only Sequential Searching Allow
3.Dynamic memory allocation
4.collection of non homogenous data
Array->use to both sequential & non sequential
searching(binary search)
2.collection of homogenous data

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How do you do dynamic memory allocation in C applications?

1141


What is cohesion and coupling in c?

1098


difference between native and cross compilers

2173


What is structure padding and packing in c?

1125


Explain what is a 'null pointer assignment' error? Explain what are bus errors, memory faults, and core dumps?

1155


What is difference between class and structure?

1160


Can we use visual studio for c?

1162


What is the purpose of realloc()?

1200


How will you declare an array of three function pointers where each function receives two ints and returns a float?

1431


What are the features of c languages?

1140


How can I recover the file name given an open stream?

1082


What is the meaning of 2d in c?

1169


How can you increase the size of a statically allocated array?

1122


FORMATTED INPUT/OUTPUT functions are a) scanf() and printf() b) gets() and puts() c) getchar() and putchar() d) all the above

1169


How can I do serial ("comm") port I/O?

1217