Dovresti settare tutti gli elementi dell'array a 0:
codice:
int i = 0;
for(i=0; i<[lunghezza_array]; i++) temp[i] = 0;
Ciao.