有以下程序 #include struct S {int a,b;} data[2]={10,100,20,200}; main() {struet S p=data[l]; printf(“%d\n”,++

admin2011-04-29  37

问题 有以下程序
    #include
    struct S
    {int a,b;} data[2]={10,100,20,200};
    main()
    {struet S p=data[l];
    printf(“%d\n”,++(P.a)):
    }
    程序运行后的输出结果是

选项 A、10
B、11
C、20
D、21

答案D

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

最新回复(0)