题库 软件开发 题目列表 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

题目信息
校招真题
-
正确率
0
评论
8
点击