+ 1
What is array?
A comman name to a set of element are called array.
3 Answers
+ 2
it's series of elements of the same data type they can be individually referenced by adding an index to a unique identifier.
+ 2
syntax
data _type _declaration
+ 2
int a [i]