An array is typically associated with which data type?

An array is typically associated with which data type?

ایک صف عام طور پر کس ڈیٹا کی قسم سے وابستہ ہوتی ہے؟
Explanation

An array is considered a composite data type because it can hold multiple values of the same type in a single variable.

Each value is accessed by an index, and arrays can be used to store collections of related data