单项选择题
typedef struct{
int num;
char *name;
} vec_rec;
则在IA32机器上,sizeof(vec_rec) = ()
A.4
B.8
C.12
D.16
点击查看答案&解析

单项选择题
typedef struct{
int num;
char *name;
} vec_rec;
则在IA32机器上,sizeof(vec_rec) = ()
A.4
B.8
C.12
D.16
微信扫一扫,加关注免费搜题