设有定义union w{ int a[3]; float b[4]; char c[10]; }bb; 则printf("%d\n", sizeof(bb));的输出是(         )。 A.

6 B.

16 C.

17 D.

32