问答详情
源自:6-8 字符串函数

哪错了找不到呢?


#include

#includeint main() { char str[]="慕课网"; printf("字符串str长度是%d\n",strlen(str)); } 哪错了找不到呢?

提问者:慕斯2192251 2018-04-20 13:53

个回答

  • 慕仔6589703
    2018-05-07 00:15:51

    头文件错了

    这个需要两个头文件

    include<stdio.h>

    include<string.h>

  • 爱学习的小飞虫
    2018-04-20 16:55:35

    #include<stdio.h>