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
Can a file other than a .h file be included with #include?
What is use of pointer?
What is the acronym for ansi?
provide an example of the Group by clause, when would you use this clause
Is this program statement valid? INT = 10.50;
What is dangling pointer in c?
What is the difference between %d and %i?
What is difference between function overloading and operator overloading?
What is the difference between call by value and call by reference in c?
Wt are the Buses in C Language
What is difference between static and global variable in c?
Differentiate abs() function from fabs() function.
Did c have any year 2000 problems?
Why do we use stdio h and conio h?
write a sorting prgm to sort 50 nos and sum them and also remove all the occurrences of 15 and print it?