Cómo definir cinco tipos de programación variable
# incluir & ltstdio.h & gt
# incluir & ltstdlib.h & gt
int? principal(vacío){
int? a = 10;
int? b =-10;
¿Doble? c = 8.123678309;
¿Carácter? d = ' a
¿Flotador? e = 3.14;
scanf("%d%d%.9f%c%.2f ",&one,&b&c,&d&e);
printf(" % d \ t % d \ t % . 9f \ t % c \ t % 2f \ n ", a, b, c, d, e);
Sistema ("pausa"); p>
¿Regresar? 0;
}