#include main(){ FILE *f; f = fopen("curso2005file","w"); fprintf(f, "mi primer archivo\n"); fclose(f); }