如题目或答案有误,请通过BUG反馈告知我们修正,谢谢!
9
7
5
以上均不是
1
10
0
sizeof(int)
sizeof(char)
sizeof(float)
sizeof(int)+sizeof(char)+sizeof(float)
10<回车>22<回车>33<回车>
10.0,22.0,33.0<回车>
10.0<回车>22.0 33.0<回车>
10 22<回车>33<回车>
3
表达式语法有错
auto 型
static 型
extern 型
register 型
2 1 4 3
1 2 1 2
1 2 3 4
2 1 1 2
struct结构体类型的关键字
example是结构体类型名
x,y,z都是结构体成员名
struct ex是结构体类型
将串str1复制到串str2中后再连接到串str3之后
将串str1连接到串str2之后再复制到串str3之后
将串str2复制到串str1中后再将串str3连接到串str1之后
将串str2连接到串str1之后再将串str1复制到串str3中
8,10,16
8,10,10
10,10,10
10,10,16
提交答案
推荐工具