说明: 【程序98】 1.程序分析: 2.程序源代码: #include "stdio.h" main() {FILE *fp; char str[100],filename[10]; int i=0; if((fp=fopen("test","w"))==NULL) { printf("cannot open the file\n"); exit(0);} printf("please input a string:\n") ; gets(str); ...展开收缩
<tanhaijun2007> 在 上传 | 大小:291840