What's the difference between a linked list and an array?

Answer Posted / santosh

in array we are having limted memory size(by intializing the
array size).but in the linked list we dont want to intialize
the size because it is the list of elements.there will many
tyes of linked list,by our requirements we can use any one
of the linkedlist.

Is This Answer Correct ?    12 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are high level languages like C and FORTRAN also known as?

684


What is variable in c example?

591


Explain how can I avoid the abort, retry, fail messages?

589


Are comments included during the compilation stage and placed in the EXE file as well?

672


I need previous papers of CSC.......plz help out by posting them.......

1816






Under what circumstances does a name clash occur?

690


Write a program to reverse a given number in c language?

618


Implement bit Array in C.

674


What is difference between scanf and gets?

610


Whats s or c mean?

593


How many types of sorting are there in c?

609


How will you write a code for accessing the length of an array without assigning it to another variable?

613


Why can arithmetic operations not be performed on void pointers?

590


c program for searching a student details among 10 student details

1652


Why should I prototype a function?

633