普通会员
登录
题库
实习信息
校招公告
参访活动
题库
软件开发
题目列表
struct Student{ int num; char name[7]; ...
单选题
struct Student{
int num;
char name[7];
short age;
char sex;
}student1;
int sz = sizeof(student1);
则执行上面语句后,变量sz的值为( )
A.
14
B.
15
C.
16
D.
20
上一题
[单选题] 对于如下C++程序:int main() { vector<int> vInt(1); cout << vInt[1]; cout << vInt.a...
下一题
[单选题] 下列代码执行后的输出结果为( )int main() { char c, s[20]; strcpy(s, "Hello,World&...
纠错
题目信息
校招真题
-
正确率
0
评论
12
点击
收藏
已收藏
错题本
已加入错题本
我的笔记
登录添加笔记