+ 1

What is the meaning of the array

thanks

27th Oct 2017, 12:57 AM
Ikhwanfauzy Alfattih
Ikhwanfauzy Alfattih - avatar
2 ответов
+ 35
array means collection of variables/elements of same type //when u want to store 12 , 32 , 34 , 1, 9 , then it will be tedious process to declare and give value to variables for each integer , better way is to store them in a array ie , int arr []={12,32,34,1,9}; //btw u can find more information in the lesson ☺ , happy coding
27th Oct 2017, 1:36 AM
Gaurav Agrawal
Gaurav Agrawal - avatar
0
thank's
4th Nov 2017, 12:01 PM
Ikhwanfauzy Alfattih
Ikhwanfauzy Alfattih - avatar