单项选择题

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

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