Cómo expresar números enteros impares en programación
# include & ltstdio.h & gt
main()
{ int n;
Printf("Ingrese un número entero:");
scanf("%d ",& ampn);
If (n%2==0)
Printf("%d es un número par\n ", n);
Otros
Printf("%d es un número impar\n ", n
}