未分类题

#include main() {union { long a; int b; char c;}m; printf('%d/n',sizeof(m));} 以上程序的运行结果是( )。

A. 2
B. 4
C. 6
D. 8


【参考答案】

标准B