what is the difference between arrays and linked list

Answer Posted / vasu kanneganti

1.array is fixed length and Array is a simple sequence of
numbers which are not concerned about each-others positions
but linked list is variable length
2.in array values are accessing easy but linked list is
some time taken process bcoz search aither forword or
backword
3.in array updating operations are time taken comparing
with linkedlist
4.array is not growble and linkedlist is growble

Is This Answer Correct ?    42 Yes 14 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What extern c means?

553


What is the meaning of ?

638


Which header file should you include if you are to develop a function which can accept variable number of arguments?

823


Explain about block scope in c?

670


Which is better oop or procedural?

642






What is queue in c?

590


What is the most efficient way to store flag values?

695


State the difference between x3 and x[3].

663


how to make a scientific calculater ?

1575


What does s c mean in text?

630


What is a header file?

644


How would you obtain the current time and difference between two times?

738


What is the use of getch ()?

648


What is a floating point in c?

614


What is a MAC Address?

637