Which is used to declare array type ?
Answers
Answered by
2
Answer:
An "array declaration" names the array and specifies the type of its elements. It can also define the number of elements in the array. A variable with array type is considered a pointer to the type of the array elements.
Similar questions