Computer Applications

'Array is a composite data type'. Explain this statement.

Java Arrays

133 Likes

Answer

The data type that represents a number of similar or different data under single declaration is called as composite data type. An array is a group or a collection of same type of variables. Hence, Array is a composite data type.

Answered By

85 Likes


Related Questions