码迷,mamicode.com
首页 > 其他好文 > 详细

fscanf使用心得

时间:2019-09-14 01:03:48      阅读:100      评论:0      收藏:0      [点我收藏+]

标签:心得   stream   file   bsp   nbsp   std   fun   cti   strlen   

  好久没碰C语言了。从现在开始,要开始刷题了。

(1)int fscanf( FILE* stream, const char* format, ... );

 

https://www.programiz.com/cpp-programming/library-function/cstdio/fscanf

 

(2) strlen(). 头文件<string.h>

char c[]={‘p‘,‘r‘,‘\0‘}

strlen(c)为2,‘\0‘将不被包括。

 

fscanf使用心得

标签:心得   stream   file   bsp   nbsp   std   fun   cti   strlen   

原文地址:https://www.cnblogs.com/shencangzaiyunduan/p/11517859.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!