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

In array,memory is managed randomly...
but, in linked list memory is managed in a heap concept..

Is This Answer Correct ?    13 Yes 6 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

If I have a char * variable pointing to the name of a function ..

1232


what are the advanced features of functions a) function declaration and prototypes b) calling functions by value or by reference c) recursion d) all the above

1171


Write a simple code fragment that will check if a number is positive or negative.

1211


What is a pointer in c plus plus?

1386


which of the following shows the correct hierarchy of arithmetic operations in C a) (), **, * or/,+ or - b) (),**,*,/,+,- c) (),**,/,*,+,- d) (),/ or *,- or +

1781


how many types of operators are include in c language a) 4 b) 6 c) 8 d) 12

1138


Write a program to display all the prime nos from 1 to 1000000, your code should not take time more than a minute to display all the nos.

2129


Why is main function so important?

1163


What is ctrl c called?

1103


How can I find out the size of a file, prior to reading it in?

1225


What is meant by type casting?

1106


Is there anything like an ifdef for typedefs?

1223


What Is The Difference Between Null And Void Pointer?

1336


Can you write a programmer for FACTORIAL using recursion?

1101


Are local variables initialized to zero by default in c?

1100