摘要: 字符串 character string 是以空字符(\o)结尾的char数组,字符串使用的非常广泛 比如常见的输入和输出 #include<stdio.h> #define MA "****************" int main(void){ int a; int a[]="xxxxxxxx 阅读全文
posted @ 2020-01-12 16:22 云小道 阅读(729) 评论(0) 推荐(0)