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

Answers were Sorted based on User's Feedback



what is the difference between arrays and linked list..

Answer / debiprasad

in array an element does not contain the reference of next
element.where in link list each element contain reference of
each node.

Is This Answer Correct ?    0 Yes 1 No

what is the difference between arrays and linked list..

Answer / karthikeyan

array
for one type of data ( like int array , char array )
memory should be kept in track and managed by the user.

linked list for multiple type of data

Is This Answer Correct ?    4 Yes 6 No

what is the difference between arrays and linked list..

Answer / mehdin

arrey is very fast in linked list.

Is This Answer Correct ?    4 Yes 10 No

what is the difference between arrays and linked list..

Answer / mesole

in a linked list data are accessed by a means of pointer
WHILE linear array accessed by a means of subcript
insertion, deletion is very easy with linear array while
in a linked list is a little bits complex

Is This Answer Correct ?    25 Yes 41 No

what is the difference between arrays and linked list..

Answer / anu

In arrays v cant delete elements in middle but in Linked
list v can do this.

Is This Answer Correct ?    71 Yes 139 No

what is the difference between arrays and linked list..

Answer / harikrishnan

an array is changable length.a list does not.

Is This Answer Correct ?    17 Yes 124 No

Post New Answer

More C Interview Questions

What is the use of header?

0 Answers  


What is the difference between exit() and _exit() function in c?

0 Answers  


code for selection sort?

1 Answers  


How the C program can be compiled?

11 Answers   HP,


what is calloc and malloc?

2 Answers  


can we have joblib in a proc ?

0 Answers  


character array A[12] can hold

5 Answers   Wipro,


Write a programm such that if user enter 11.25 it roundup to 11 but if user enter 11.51 upto 11.99 it will round up to 12 i.e.;convert the floting point value into integer format as explain above..

2 Answers  


Explain what is wrong with this program statement?

0 Answers  


How #define works?

0 Answers  


#define f(x) main() { printf("\n%d",f(2+2)); }

5 Answers  


my project name is adulteration of chille powder.how can i explain it to the hr when he asks me about the project?

0 Answers  


Categories