using namespace std; #include int main () { const int dim = 4; int v[dim] = {10,20,30,40}; cout << " v = " << (long) v << endl; for (int i=0;i