52

单选题 52 /62

unsigned int a = 0x1234;
unsigned char b = *(unsigned char *)&a; 
在 32 位大端模式处理器上变量 b 等于()

参考答案

0x00
0x12
0x34
0x1234