单选题

如下程序在x86_64位系统下运行,输出结果是() #include &l...

发布于 2022-03-03 15:13:27

如下程序在x86_64位系统下运行,输出结果是()

#include <stdio.h>
union {
    int i
    char x[2]
} a
int main(int argc, char *argv[])
{
    a.x[0] = 10
    a.x[1] =2
    printf("%d",a.i)
    return 0
}


登录后免费查看答案
关注者
0
被浏览
46
知识点
面圈网VIP题库

面圈网VIP题库全新上线,海量真题题库资源。 90大类考试,超10万份考试真题开放下载啦

去下载看看