摘要: #include int main(){ //char name[] = {'i', 't', 'c', 'H', 's', 't', '\0'}; char name[] = "itcast"; name[3] = 'H'; /* int size =... 阅读全文
posted @ 2015-12-13 20:28 呆而肥 阅读(311) 评论(1) 推荐(0)