fscanf使用心得
Posted shencangzaiyunduan
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了fscanf使用心得相关的知识,希望对你有一定的参考价值。
好久没碰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使用心得的主要内容,如果未能解决你的问题,请参考以下文章