+ 6
an array is simply a data structure which holds data sequentally so an array can be of any type even of a class you created int arr[10]; char arr[3]; myClass arr[6]; string arr[40];
12th Nov 2016, 8:53 PM
Burey
Burey - avatar