Page 50 - INTRODUCTION_TO_C++_Neat
P. 50

Syntax

               datatype
               arrayname[
               array size];

The Array which is
  declared as above is
  called single-dimension
  array
   45   46   47   48   49   50   51   52   53   54   55