下面程序的执行结果是_______。 #include struct stru {int x; char ch; }; main() {struct stru a={10,’x’}; prin

admin2017-10-26  17

问题 下面程序的执行结果是_______。
    #include
    struct stru
    {int x;
    char ch;
    };
    main()
    {struct stru a={10,’x’};
    printf("%d,%c\n",a.x,a.ch);
    }

选项

答案10,x

解析
转载请注明原文地址:https://kaotiyun.com/show/Enkx777K
0

最新回复(0)