/****** * pointers.c ****/ #include void printlist(int* intptr, int n){ // print n numbers from a list. int i; printf("["); for (i=0; i