Array - STUDY NOTES

Post Top Ad

Array




It is a used defined data type which declares a variable that can store more than one vales of same data type. It means an array is used to store the homogeneous types of data.

An array always follows the sequential data storing and accessing technique.

Types of array: -
            According to dimension there are basically two types of array.

     1.     Single dimensional array.

     2.     Multi dimensional array.
a.     Double dimensional array.
b.     Triple dimensional array.
.
.
.
            Up to sixty dimensional array.


If one dimension is specified with an array variable then it is called as single dimensional array. When two or more then two dimensions are specified with an array variable than it is called as multi dimensional array. 


for detailed information download PDF

downloading severs are below

server 1 [media fire]

No comments:

Post a Comment

Post Bottom Ad