What is Array?
Array :-
An array is a collection of similar type of data items,and each data items is called an element of the array. The data types of the elements may be any valid data type like char, int,float. The elements or array share the variable name but each element has a different index number known as subscript.
Arrays can be single dimensional or multi-dimensional. The number of subscript determine the dimension of the array.
Subscribe to:
Post Comments
(
Atom
)
No comments :
Post a Comment