Monday 5 January 2015

ARRAY


  • Array is the collection of similar type of data.
  • It holds the multiple elements.
  • Array always start from  "0".
  • Array declare with   "[]".

Syntax of ARRAY

  • data_type array_name[size];

No comments:

Post a Comment