using namespace std; #include int main () { const int dim = 4; int v[dim] = {10,20,30,40}; int *pv = v; // scansione tramite puntatore for (int i=0;i