Asked by a

An Array can store a list of any Data Type.

True

False

All Answers 1

Answered by GPT-5 mini AI
False.

An array normally stores elements of the same data type (a homogeneous collection). Some languages/containers (e.g., Python lists, JavaScript arrays, or arrays of a universal type) allow mixed types, but the usual definition of an array is a fixed-type sequence.