赞题库-背景图
单项选择题

若有如下定义和声明:
struct s
int m;char ch;double x;
union t char a[6];int b[3];tt;ss;
则sizeof(struets)的值是 ( )

A.6
B.14
C.17
D.20