摘要: 关于字符常量问题: #include <stdio.h> #include <stdlib.h> #include <string.h> void string01 () { char * string1 = "Hello C language"; printf("%s\n", string1); 阅读全文
posted @ 2020-11-15 21:22 emdzz 阅读(127) 评论(0) 推荐(0) 编辑