摘要: Error code: #include<stdio.h> #include<string.h> #include<ctype.h> #include<stdlib.h> int main(void) { char *foo[100];//array of pointer strcpy(f00[0],”测试"); printf(“%s”,foo[0]); return 1; } 问题: 分配了一个... 阅读全文
posted @ 2011-12-30 16:19 lxk613 阅读(115) 评论(0) 推荐(0) 编辑