what is the difference between arrays and linked list
Answer Posted / vky
Some of the above mention answer is nice, i would like to add some more points
Array had certain disadvantages as data storage, in an unordered array, searching is slow ,whereas in ordered array insertion is slow,In both kind of array deletion is slow
but in the case of link list it becomes very simple, like if we have to insert a new number create a new object of list and change the pointing reference
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
How can you increase the size of a statically allocated array?
Why are algorithms important in c program?
What does c mean before a date?
Explain the red-black trees?
Can we assign integer value to char in c?
Why functions are used in c?
Differentiate between static and dynamic modeling.
Can a variable be both const and volatile?
how to introdu5ce my self in serco
What is the difference between mpi and openmp?
Do pointers store the address of value or the actual value of a variable?
What will be the outcome of the following conditional statement if the value of variable s is 10?
pgm to find number of words starting with capital letters in a file(additional memory usage not allowed)(if a word starting with capital also next letter in word is capital cann't be counted twice)
Can you please explain the difference between syntax vs logical error?
What are the two forms of #include directive?