Array is the sequential collection of same types of data. The datatype can be of any type i.e, int, float, char, etc. Below is the declaration of the array: Here, ‘int’ is the datatype, ‘arr’ is the ...