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:
  1. One-dimensional arrays
  2. Multidimensional arrays

Comments

Popular posts from this blog

Operators

Data type

Selection