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