摘要:
//字符串数组 #include int main(){ char s1[]={"I am a boy"}; char s2[]={"I am a boy\0 and a student"};//遇到\0字符串结束 printf("%s\n",s1); printf("%s\n",s2); return 0; } 阅读全文
posted @ 2018-06-24 10:46
孙悟空son_ku_kong
阅读(114)
评论(0)
推荐(0)

浙公网安备 33010602011771号