首页 试题详情
单选题

有以下程序   #include   struct ord   { int x,y;}dt[2]={1,2,3,4};   main()   {   struct ord *p=dt;   printf("%d,",++(p->x)); printf("%d\n",++(p->y));   }   程序运行后的输出结果是()。

A1,2

B4,1

C 3,4

D2,3

正确答案:A (备注:此答案有误)

相似试题

  • 单选题

    以下程序#include main(){int a=2,b;b=a

    答案解析

  • 单选题

    以下程序  #include   main()  { int x=011;  printf(%d n,++x);  }  程序运行后的输出结果是( )。

    答案解析

  • 单选题

    以下程序#include #include void fun(char *w,int m){char s,*p1,*p2;p1=w;p2=w+m-1;while(p1

    答案解析

  • 单选题

    以下程序段  #include   main()  { …  while( getchar()!=‘ n‘);  …  }  以下叙述中正确的是( )。

    答案解析

  • 单选题

    以下程序输出结果是 。 #include stdio.h void f (); main() {int a; for(a=1;a

    答案解析

热门题库