+2 votes
in Class 11 by kratos

Write any two features of an array.

1 Answer

+1 vote
by kratos
 
Best answer

Array can be of any data type available in ‘C++’, i.e., integer array, float array, character array, etc., All the elements of an array will contain the same type of data.

...