填空题
以下程序段的输出结果是()。
union node
{int a;
float b;
Char C[10];};
printf(”%d”,sizeof(union node));
【参考答案】
10
点击查看答案
