学霸网

主页 > 练习作业

下面语句的运行结果为( ) #include “stdio.h”#include “string.h”void main() { char str1[10]={“how”}; char str2[10]={“good”}; strcpy(str1,str2); printf(“%s”,str1

10. 下面语句运行结果为( ) #include “stdio.h”#include “string.h”void main() { char str1[10]={“how”}; char str2[10]={“good”}; strcpy(str1,str2); printf(“%s”,str1); }
A. g
B. how
C. howgood
D. good
(责任编辑:admin)
要这答案加QQ:800020900 或加微信:wq800020900 获取

    提示信息×