Community
Articles
Topics
Q&A
Learn
Course
Programming Dictionary
Tools Library
Development tools
Website Source Code
PHP Libraries
JS special effects
Website Materials
Extension plug-ins
Leisure
Game Download
Game Tutorials
Log in
English
简体中文
zh-cn
English
en
繁体中文
zh-tw
日本語
ja
한국어
ko
Melayu
ms
Français
fr
Deutsch
de
Home
>
Q&A
>
body text
C语言中字符数组的一个问题
int main() { char s1[50], s2[50] = "hello"; s1 = s2; printf("%s", s1); }
高洛峰
2960 days ago
990
reply all(0)
I'll reply
No reply
Cancel
reply
publish