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
Explain what could possibly be the problem if a valid function name such as tolower() is being reported by the c compiler as undefined?
explain what is a newline escape sequence?
What would be an example of a structure analogous to structure c?
WRITE A PROGRAM TO MERGE TWO SORTED ARRAY USING MERGE SORT TECHNIQUE..
Explain what is wrong with this statement? Myname = ?robin?;
Explain a file operation in C with an example.
Are local variables initialized to zero by default in c?
Write a program of prime number using recursion.
Can variables be declared anywhere in c?
What is typedef?
What is pragma c?
Why is not a pointer null after calling free?
How can you tell whether two strings are the same?
What is a structure member in c?
How can you find out how much memory is available?