1.It can store any data-type
2. It only stores element of similar data type to first element
3.It acquires the data type with the highest precision in it
4. You cannot have an array of void data type
Answer:4