单项选择题

typedef struct{
int num;
char *name;
} vec_rec;
则在IA32机器上,sizeof(vec_rec) = ()

A.4
B.8
C.12
D.16