 |
Standard C Library Functions in c programming language
if ((corriente2 = fopen ("data", "W +"))== NULL printf ("File not opened ... \ n"); 24 fprintf(f, ...) int stdio.h int fprintf(FILE *f, const char *formato [,arg,...]); Escribe datos en el archivo f (el resto de los argumentos fprintf(f1, "El resultad
www.cprogrammingexpert.com |
 |