#include #define NELEM 8 void f(int x[],int *z){ x[5]=888; *z = *z**z; } main(){ int a[NELEM],i,w=5; for(i=0;i