+ 2
In many languages, including C, C++, Pascal, FORTRAN, Java, etc., arrays are an important structure to hold data. It allows us to hold many objects of the same type, and more importantly, to use a for loop to access the elements by their index.
8th Aug 2016, 6:16 AM
Mohammad Reza Karimi
Mohammad Reza Karimi - avatar