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's the difference between a linked list and an array?

Answer Posted / ashish chauhan

A linked list consists of data nodes, each pointing to the
next in the list. An array consists of contiguous chunks
memory of predetermined size

Is This Answer Correct ?    4 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Write a program to check palindrome number in c programming?

963


You are to write your own versions of strcpy() and strlen (). Call them mystrcpy() and mystrlen(). Write them first as code within main(), not as functions, then, convert them to functions. You will pass two arrays to the function in the case of mystrcpy(), the source and target array.

2278


Is the exit() function same as the return statement? Explain.

1036


Why is c so popular?

1118


What is the role of this pointer?

994


Differentiate between full, complete & perfect binary trees.

1052


Differentiate between new and malloc(), delete and free() ?

1134


What is a double c?

941


What are the different types of pointers used in c language?

995


What is structure padding in c?

1058


Where static variables are stored in memory in c?

948


"%u" unsigned integer print the a) address of variable b) value of variable c) name of a variable d) none of the above

979


Explain two-dimensional array.

1011


Write a program to find the biggest number of three numbers in c?

1005


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

1060