#include &lt;stdio.h&gt; /* directive du preprocesseur */ #define TAILLE 8 void main() { int t[8]; int i; printf( "Entrez moi %d entiers :"<TAILLE; i++) scanf("%d",&t[i]); for (i=TAILLE-1; i>,TAILLE); for (i=0; i=0; i--) printf("%d ",&t[i]); } void minmax(int t[], int * min, int * max) { int i; *min = *max = a[0]; for ( i = 1; i &lt; TAILLE ; i++ ) { if (t[i]&lt;*min) *min = t[i]; else if (t[i]&gt;*max) *max = t[i]; } }