#include using namespace std; /** * An example of overwriting memory. */ int main () { const int SIZE=10; int arr[3]; for (int i=0;i