0
What is the difference between array and a linked list..
difference
2 Answers
+ 2
Array is a collection of elements having same data type with common name.whereas Linked list is an ordered collection of elements which are connected by links/pointers.
Array contains same data types, where as link list not.
and the list goes on
see here
http://freefeast.info/difference-between/difference-between-array-and-linked-list-array-vs-linked-list/
- 2
array have double rr while linked list has no r