| |
GeekInterview.com > Placement Papers > DRDO
| Print | |
Question: What is an array? What is the advantage of linked-list over array?
|
| July 07, 2006 03:34:40 |
#4 |
| laxman |
Member Since: Visitor Total Comments: N/A |
RE: what ia an array ? advantage linked-list over arry... |
| In array we can insert or delete an element in the list , and run time memory allocation is not possible in the arrays,we can add memory and delete memory allocations.in arrays it is not possible to store large amount of data where it is possible withlinked list. |
| |
Back To Question | |