Showing posts with label Array. Show all posts
Showing posts with label Array. Show all posts
Saturday, April 4, 2015
Thursday, October 16, 2014
Array
- Array is a
collection of variables of same type known by a one name.
- The
individual elements of an array are referred by their index or subscript value.
- Arrays can
be divided into two categories.
1.
One Dimensional Array
2.
Multi Dimensional Array
1. One Dimensional Array
- The syntax
for declaring a one dimensional array is:
DataType
ArrayName[Size];
Subscribe to:
Posts (Atom)