0

Why and when can I use Arrays? Is this necessary for all the programs?

I'm so lost...

25th Aug 2016, 2:46 PM
Daniel Rojas
Daniel Rojas - avatar
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.
25th Aug 2016, 4:48 PM
Aayush Rawat
Aayush Rawat - avatar
0
it is useful for sum and stuff like that.. it is not at all necessary for all programs
25th Aug 2016, 2:53 PM
Soutik
Soutik - avatar
0
it's necessary to manipulate data binding.
26th Aug 2016, 3:13 AM
Oscar Fernandez
Oscar Fernandez - avatar