C语言编程中的fputs()和fgets()用于从流中写入和读取字符串。 ... clrscr(); fp=fopen("myfile2.txt","w"); fputs("hello c programming",fp); fclose(fp); getch(); }.
確定! 回上一頁