what is the syntax of array?
Answers
Answered by
4
Explanation:
Array declaration syntax is very simple. The syntax is the same as for a normal variable declaration except the variable name should be followed by subscripts to specify the size of each dimension of the array.
Similar questions