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
Is a pointer a kind of array?
How can I read in an object file and jump to locations in it?
How does normalization of huge pointer works?
Why do we use header files in c?
Explain what are binary trees?
Why are some ANSI/ISO Standard library routines showing up as undefined, even though I've got an ANSI compiler?
Why malloc is faster than calloc?
Write a program to know whether the input number is an armstrong number.
Is there a way to compare two structure variables?
What does the file stdio.h contain?
Explain what is meant by high-order and low-order bytes?
string reverse using recursion
What are the 5 data types?
Explain what is meant by 'bit masking'?
What does char * * argv mean in c?