Aim To write a C++ program to print all the elements of a given integer array. Theory An array in C++ is a collection of elements of the same data type stored at contiguous memory locations. Arrays ...