Answer:
False.
Step-by-step explanation:
Every element in the array is always have same data type.
Array is the collection of items of same data type stored in contiguous memory location.
So as the definition suggests that array elements always have same data type.
But it is not necessary there are some languages that can allow array elements to be different types such as javascript,python.But traditional languages such as C,C++,Java does not allow this.