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

difference between the array and linked list
general difference related to memory

Answer Posted / shravan katta

array allocated statically
linked list dynamic memory allocation
in the linked list have to remove the node at run time
but can't remove the array node

Is This Answer Correct ?    7 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Differentiate between null and void pointers.

1225


What is the difference between single charater constant and string constant?

1133


how can use subset in c program and give more example

2042


How to find a missed value, if you want to store 100 values in a 99 sized array?

1459


What is binary tree in c?

1133


What is stack in c?

1117


code for replace tabs with equivalent number of blanks

2211


What is the meaning of ?

1080


How to throw some light on the b tree?

1150


What is the purpose of 'register' keyword?

1127


What is the use of getchar functions?

1229


An arrangement of information in memory in such a way that it can be easily accessed and processed by a programming language a) string b) data structure c) pointers d) array

1188


c program for searching a student details among 10 student details

2139


Can you please explain the scope of static variables?

1103


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

1100