fscanf函数的用法 fscanf函数的用法介绍

首页 > 学习教育2022-10-10
导读:fscanf函数的用法?下面一起来看看吧。1、fscanf函数的用法:int fscanf(FILE*stream,char*format,[argument

fscanf函数的用法 fscanf函数的用法介绍

1、fscanf函数的用法:int fscanf(FILE*stream,char*format,[argument...])。

2、解析:int fscanf(文件指针,格式字符串,输入列表)。

3、返回值: 类型是整型,成功读入的参数的个数。

4、新建data.txt文件,存入3组坐标,运行程序并输出结果。

上一篇

热门阅读