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 / kshama

Array is a simple sequence of numbers which are not
concerned about each-others positions. they are independent
of each-others positions. adding,removing or modifying any
array element is very easy.Compared to arrays ,linked list
is a comlicated sequence of numbers.each number in the
linked list is connected to its previous & next no. via a
link which is nothieng but a pointer.Addition,removal of
no.s in linked list is related to this pointer direction &
linking that no. to the no. which is already present in the
list.

Is This Answer Correct ?    137 Yes 47 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Where define directive used?

1146


How do I send escape sequences to control a terminal or other device?

1123


Under what circumstances does a name clash occur?

1279


Who is the main contributor in designing the c language after dennis ritchie?

1054


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?

1335


How many identifiers are there in c?

1086


a c code by using memory allocation for add ,multiply of sprase matrixes

2863


How arrays can be passed to a user defined function

1070


What are the general description for loop statement and available loop types in c?

1171


Write a program to use switch statement.

1186


What are extern variables in c?

1042


Explain what are the different data types in c?

1267


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

1188


What is a char in c?

1042


What does & mean in scanf?

1166