问答题

从键盘输入一串字符(!作为结束标志),保存到文件“user.dat”中。

【参考答案】

#include<stdio.h>
void main()
{
FILE*fp;
......

(↓↓↓ 点击下方‘点击查看答案’看完整答案 ↓↓↓)