#include #define N 6 void incr_array(int *p_array, int size); int main(void) { int i; int arr[N]; for(i=0; i