Wednesday 1 December 2010

If int array[10]; is an integer array then write the statements which will store values at Fifth and Ninth location of this array,

arrary[4] = 200;
arrary[8] = 300;

No comments:

Post a Comment