struct Student{   ...
发布于 2022-03-03 11:42:58
struct Student{
int num
char name[7]
short age
char sex
}student1
int sz = sizeof(student1)
则执行上面语句后,变量sz的值为( )
int num
char name[7]
short age
char sex
}student1
int sz = sizeof(student1)
则执行上面语句后,变量sz的值为( )
登录后免费查看答案
关注者
0
被浏览
18