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

Do you know pointer in c?

1044


What is the difference between Printf(..) and sprint(...) ?

1523


What is a buffer in c?

997


What are the types of data types and explain?

1088


what is a function method?give example?

2359


What is the difference between abs() and fabs() functions?

1120


Explain what is dynamic data structure?

1160


Function calling procedures? and their differences? Why should one go for Call by Reference?

1082


What is the difference between procedural and functional programming?

1074


What is the function of multilevel pointer in c?

1083


#define PRINT(int) printf("int = %d ",int) main() {< BR> intx,y,z; x=03;y=02;z=01; PRINT(x^x); z<<=3;PRINT(x); y>>=3;PRINT(y); }

1184


I heard that you have to include stdio.h before calling printf. Why?

1063


How can I implement sets or arrays of bits?

1045


What is wrong in this statement? scanf(ā€œ%dā€,whatnumber);

1234


write a program in c language to print your bio-data on the screen by using functions.

6784