April 2010
Intermediate to advanced
356 pages
7h 45m
English
6.2 Declaration of One-Dimensional Array
6.3 One-Dimensional Array Initialization
6.4 Access to One-Dimensional Array Elements
6.5 Printing One-Dimensional Array Elements
6.6 Initialization of Two-Dimensional Array
An array is a collection of multiple elements which has same type of data. Array stores homogeneous (same data type) data contiguously in memory, and that too under one variable name, i.e. single name is assigned to the entire array elements. It stores either all integers or all floating point numbers or all characters.
Its data items can be called as element. One can access individual ...
Read now
Unlock full access