/*fichero minimo.c */ #include #define SIZE 5 void main(void) { int i; int min, imin; int conjunto[SIZE]; printf("Introduzca %d valores:\n", SIZE); for (i=0; i