what is the difference between arrays and linked list
Answer Posted / bhaskar diwakar
Linked list->1.insertion & Deletion is very easy compare to
Array.
2.only Sequential Searching Allow
3.Dynamic memory allocation
4.collection of non homogenous data
Array->use to both sequential & non sequential
searching(binary search)
2.collection of homogenous data
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Function calling procedures? and their differences? Why should one go for Call by Reference?
Describe the complexity of Binary search, Quicksort and various other sorting and searching techniques..
In which language linux is written?
will u please send me the placement papers to my mail???????????????????
What does the function toupper() do?
What is static memory allocation?
program to convert a integer to string in c language'
Is it better to use malloc() or calloc()?
Explain argument and its types.
How do you determine whether to use a stream function or a low-level function?
What is the difference between text and binary i/o?
Why void main is used in c?
How can I sort more data than will fit in memory?
What is calloc() function?
a construct the"else" part of "if" statement contains anoth "if else" statement is called a) if-else b) else-if-else c) if-else-if-else d) chain if/if-else-if