Computer Science, asked by tuheliray, 8 months ago

what is the syntax of array?

Answers

Answered by Anonymous
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