Array
An array is a collection of fixed number of values of a single type. For
example: if you want to store 100 integers in sequence, you can create
an array for it.
Arrays are of two types:
Arrays are of two types:
- One-dimensional arrays
- Multidimensional arrays
Comments
Post a Comment