#include using namespace std; struct intObj { int array[5]; }; void printArray(int *list,int items) { for (int i=0;i