……
摘要: 一、程序代码例子 #include "stdio.h" main() { int i; char s1[5]={'a','b','c','d','e'};//正常打印,但有乱码 //char s2[5]={'a','b','c','d','e','\0'};//报错 char s3[6]={'a', 阅读全文
posted @ 2020-03-20 23:35 十零 阅读(1199) 评论(0) 推荐(0) 编辑