如题目或答案有误,请通过BUG反馈告知我们修正,谢谢!
struct结构体类型的关键字
example是结构体类型名
x,y,z都是结构体成员名
struct ex是结构体类型
'a'<=c<= 'z'
(c>= 'a')||(c<= 'z')
('a'<=c)and ('z'>=c)
(c>= 'a')&&(c<= 'z')
4
5
9
10
11,10
11,11
10,10
10,11
无限次
有语法错,不能执行
一次也不执行
执行1次
将串str1复制到串str2中后再连接到串str3之后
将串str1连接到串str2之后再复制到串str3之后
将串str2复制到串str1中后再将串str3连接到串str1之后
将串str2连接到串str1之后再将串str1复制到串str3中
M = = 0
M = = 1
M ! = 0
M ! = 1
8,10,16
8,10,10
10,10,10
10,10,16
x/y*z
x*(1/(y*z))
x/y*1/z
x/y/z
auto 型
static 型
extern 型
register 型
提交答案
推荐工具