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
What would be an example of a structure analogous to structure c?
Difference between linking and loading?
What is the difference between procedural and functional programming?
When should the register modifier be used? Does it really help?
What does dm mean sexually?
In a switch statement, explain what will happen if a break statement is omitted?
Is it better to use malloc() or calloc()?
How can I insert or delete a line (or record) in the middle of a file?
What is the meaning of && in c?
Explain what is the use of a semicolon (;) at the end of every program statement?
what is the c source code for the below output? 10 10 10 10 10 10 10 10 10 10 9 9 7 6 6 6 6 6 6 9 7 5 9 7 3 2 2 5 9 7 3 1 5 9 7 3 5 9 7 4 4 4 4 5 9 7 8 8 8 8 8 8 8 8 9
Difference between goto, long jmp() and setjmp()?
What is equivalent to ++i+++j?
What is the difference between far and near in c?
Explain what is the difference between text files and binary files?