include int main(){ FILE *out=fopen("name_of_file.txt","w"); fputs("Hello File",out); fclose(out); return 0; }
確定! 回上一頁