复制代码
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15#include <stdio.h> #include <string.h> int a; int a; char str[16]; char str[16]; int main(void) { strcpy(str,"女孩不哭!"); puts(str); return 0; }
上面的代码有错误吗, 为什么?
女孩不哭 @ 2013-05-11 20:50:24 @ http://www.cnblogs.com/nbsofer
最后
以上就是光亮冷风最近收集整理的关于C语言困惑 - 多个同名变量的问题的全部内容,更多相关C语言困惑内容请搜索靠谱客的其他文章。
本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
发表评论 取消回复