已知字符0的ASCII码为十六进制的30,下面程序
Main()
{
Union{
Unsigned char c;
Unsigned int i[4];
}z;
Z.i[0]=0x39;
Z.i[1]=0x36;
Printf("%c\n",z.c);
}
的输出是______。
A.6 B.9 D.3正确答案B
已知字符0的ASCII码为十六进制的30,下面程序
Main()
{
Union{
Unsigned char c;
Unsigned int i[4];
}z;
Z.i[0]=0x39;
Z.i[1]=0x36;
Printf("%c\n",z.c);
}
的输出是______。
A.6 B.9 D.3正确答案B