struct x { char a : 1; // statement 1 char c : 3; // statement 2 };
如果这个结构将是什么大小.声明1和2的含义是什么?
c++
c++ ×1