Array:
An array is collection of elements with same data type ,same name but with different subscriptvalues or index values
syntax: array name[size]
ex:
a[5]----->a[0],a[1],a[2],a[3],a[4]
--->all array elements occupy continous memory locations
0 Comments:
Post a Comment