An array is the set of same type of data elements.
Answers
Answered by
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