#include using namespace std; /** * A simple program to show that an array is just a pointer. */ void fooArray(int x[], int n) { for (int i=0;i