摘要: 阅读全文
posted @ 2019-07-30 22:32 荼离伤花 阅读(187) 评论(0) 推荐(0)
摘要: #define _CRT_SECURE_NO_WARNINGS #include #include #include void main() { char a[] = "i am a student"; //默认\0 结尾,为字符串(字符数组表示) char b[64]; printf("strlen(a)=%d,sizeof(a)=%d\n", strlen(a), sizeof(... 阅读全文
posted @ 2019-07-30 19:15 荼离伤花 阅读(211) 评论(0) 推荐(0)
摘要: 2. 3.二级指针做函数输入 二级指针内存模型 阅读全文
posted @ 2019-07-30 16:45 荼离伤花 阅读(234) 评论(0) 推荐(0)