Array is an example of ______?

Array is an example of ______?

ایرے ______ کی ایک مثال ہے؟
Explanation

Arrays store elements in a sequential (linear) order, where each item has a fixed position (index).

They allow efficient access to elements using their index, making them a linear data structure.