0
Why and when can I use Arrays? Is this necessary for all the programs?
I'm so lost...
3 Answers
+ 1
Array is not necessary but Its a good habit to use them. As in a situation where you requires many variables of same datatype it is wiser to GI for array rather then declaring each variable. For ex to store total marks of students of class 50 array is wiser choice.
0
it is useful for sum and stuff like that.. it is not at all necessary for all programs
0
it's necessary to manipulate data binding.