2022年11月10日
摘要: strlen 和 sizeof 之区别 代码示例1:mesg[ ] = " " #include <stdio.h> #include <string.h> int main() { char mesg[] = ""; printf("strlen of mesg:%d\n",(int)strlen(mesg)); printf("siz 阅读全文
posted @ 2022-11-10 13:52 轩~邈 阅读(39) 评论(0) 推荐(0)