Computer Science, asked by Radharani, 1 year ago

what is base type of an array?

Answers

Answered by tara3
2
All the values in an array must be of the same type; this is called the base type of the array. The array itself is said to be of type "array of base type." For example, if the base type is int , then the array type is "array of int ." arrayName is a name chosen by the programmer to use when referring to the array.

Radharani: thanks friend
Answered by Anonymous
2

The data type of array element is known as the base type of the array.

Similar questions