Define What is an array?
Answers
Answered by
3
Any of various data structures designed to hold multiple elements of the same type; especially, a data structure that holds these elements in adjacent memory locations so that they may be retrieved using numeric indices.
Answered by
2
An array is a container object that holds a fixed number of values of a single type
Similar questions