+ 12
A data structure which stores a fixed number of elements of the same type. E.g. int array[5] = {4,3,2,5,6}; std::cout << array[0] << " " << array[4];
10th Oct 2017, 2:06 AM
Hatsy Rei
Hatsy Rei - avatar