Here we have created an array which size of 5 and then entered elements into that. Then we have used for loop to print those elements out. we declared an integer type variable 'i' which indicates the index number of the array.
Quote :
A corner of Computer Science & Engineering related things
.
Here we have created an array which size of 5 and then entered elements into that. Then we have used for loop to print those elements out. we declared an integer type variable 'i' which indicates the index number of the array.
Quote :