... for (i=0;i<lato;i++) { j=i*(lato+1); k=(i+1)*(lato-1); tmp=vettore[j]; vettore[j]=vettore[k]; vettore[k]=tmp; } ...