what is the use of using linked list and array?
Answer Posted / raj
in linked list reduse time complexit,we can easily delete
element from thaa list,it dynamicaly allocating the memory
in array it will use wast memory for declaration ex arr[50]
u r going to declare only 10 elements then it is waste of
memory......... but for search array is good it can easly
go which element u r give for search..........
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
i want to know the procedure of qualcomm for getting a job through offcampus
What is the acronym for ansi?
What does %p mean c?
please give me some tips for the placement in the TCS.
What is a structure in c language. how to initialise a structure in c?
Calculate 1*2*3*____*n using recursive function??
What is sizeof int in c?
How can I write a function analogous to scanf?
Can a variable be both const and volatile?
develop algorithms to add polynomials (i) in one variable
Can a file other than a .h file be included with #include?
What does the characters “r” and “w” mean when writing programs that will make use of files?
How can I determine whether a machines byte order is big-endian or little-endian?
how to introdu5ce my self in serco
Explain what does the characters 'r' and 'w' mean when writing programs that will make use of files?