如果希望读取多行内容,需要使用fread 函数;相应地写入函数为fwrite。 ... 输入的数据放入a,从文件读取的数据放入b; int a[N], b[N];; int i, size = sizeof(int); ...
確定! 回上一頁