Ejemplo 1: put sin nueva línea c
fputs(input, stdout);
Ejemplo 2: printf n caracteres c
// Only 5 characters printed
const char * mystr = "This string is definitely longer than what we want to print.";
printf("Here are first 5 chars only: %.5sn", mystr);
¡Haz clic para puntuar esta entrada!
(Votos: 0 Promedio: 0)