Computer Science, asked by 1235arsh, 5 months ago

An array is the set of same type of data elements.

Answers

Answered by Anonymous
1

Explanation:

An array is a homogeneous data structure (elements have same data type) that stores a sequence of consecutively numbered objects--allocated in contiguous memory. Each object of the array can be accessed by using its number (i.e., index). When you declare an array, you set its size.

Similar questions