单项选择题

若有下列说明和语句,已知int型数据占2个字节,则下列语句的输出结果是()。
struct st
char a[15];
int b;
double c;

printf("%d",sizeof (struct st));

A、 15
B、 8
C、 25
D、 2