// use of poiters 2 #include using std::cout; using std::cin; using std::endl; int main() { int in = 0; cout<<"Size of the array: "; cin>>in; cout<