9

单选题 9 /47

struct s
{
    int x: 3;
    int y: 4;
    int z: 5;
    double a;
}
求sizeof(s)

参考答案

16
32
20
24