单项选择题

以下程序的输出结果是______。
#include<stdio.h>
struct st
{intx;int *y;} *p;
int dt[4]={1,2,3,4);
struct st aa[4]={2,&dt[0],3,&dt[0],4,&dt[0],5,&dt[0],};
main()
{p=aa;
printf("%d\n",++(p->x));
}

A.1
B.2
C.3
D.4
题目列表

你可能感兴趣的试题

微信扫码免费搜题