单项选择题

下述共同体变量x所占用内存字节数为()。
union exp {int i;float j;double k;}x;

A.16个
B.12个
C.8个
D.随机而定