what is the use of using linked list and array?

Answer Posted / manju

In Linked list we can insert or delete the elements at any
position,which is not possible in arrays and arrays are of
fixed size,but linked lists are not have a definite length.
we can dynamically allocate the size of linked list with
out wastage of memory...

Is This Answer Correct ?    4 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Is a pointer a kind of array?

853


How can I read in an object file and jump to locations in it?

819


How does normalization of huge pointer works?

902


Why do we use header files in c?

824


Explain what are binary trees?

843


Why are some ANSI/ISO Standard library routines showing up as undefined, even though I've got an ANSI compiler?

900


Why malloc is faster than calloc?

829


Write a program to know whether the input number is an armstrong number.

920


Is there a way to compare two structure variables?

870


What does the file stdio.h contain?

827


Explain what is meant by high-order and low-order bytes?

852


string reverse using recursion

2099


What are the 5 data types?

797


Explain what is meant by 'bit masking'?

895


What does char * * argv mean in c?

828