In an array, what is the difference between an element and an index?
1) An element is a type of index.
2) There is no difference.
3) An element refers to actual data within the array while an index refers to a memory location.
4) An index refers to actual data within the array while an element refers to a memory location.