2008 04-17 一道很基础的指针例题???? HOT 作者: dacaicai 分类: 编程问题提问区 评论: 2 条评论 main(){ char a={"lihgfedcba"},*p; printf("a="); puts(a); printf("1 "); p=a... 阅读全文