单项选择题

若有下列说明和语句,已知int型数据占2个字节,则下列语句的输出结果是( )。

stmct st

char a[15];

intb;

double c;

;

printf("%d",sizeof(structSt));

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