填空题

有下列程序
main()
{
union
{
int k;
char i[4];
}-s,a;
s=&a;
s->k=0x38;
s->i[0]=0x39;
printf(“%x\n”,s->k);
}
输出结果是()。

【参考答案】

39
热门 试题