摘要: #include <stdio.h> #include <stdlib.h> int main(){ //字符数组的使用 char str[] = {'z','b','c','\0'}; //字符数组 printf("str地址:%p str[0]=%c str[0]地址:%p \n",str,st 阅读全文
posted @ 2020-10-28 00:23 lhyvip 阅读(320) 评论(0) 推荐(0) 编辑