字典翻译 问答 其它 下面程序的运行结果是().main(){inta,b;int*p1=&a,*p2=&b,*t;a=10;b=20;t=p1;p1=p2;p2=t;下面程序的运行结果是().main(){inta,b;int*p1=&a,*p2=&b,*t;a=10;b=20;t=p1;p1=p2;p2=t;printf("%d,%dn",a,b);}A.x0510,20
问题标题:
下面程序的运行结果是().main(){inta,b;int*p1=&a,*p2=&b,*t;a=10;b=20;t=p1;p1=p2;p2=t;下面程序的运行结果是().main(){inta,b;int*p1=&a,*p2=&b,*t;a=10;b=20;t=p1;p1=p2;p2=t;printf("%d,%dn",a,b);}A.x0510,20
问题描述:

下面程序的运行结果是().main(){inta,b;int*p1=&a,*p2=&b,*t;a=10;b=20;t=p1;p1=p2;p2=t;

下面程序的运行结果是().

main()

{inta,b;

int*p1=&a,*p2=&b,*t;

a=10;b=20;

t=p1;p1=p2;p2=t;

printf("%d,%dn",a,b);

}

A.x0510,20

B.x0520,10

C.x0510,10

D.x0520,20

黄美丽回答:
  a和b的值一直就没变过,答案是A
点击显示
其它推荐
热门其它推荐
  • 其它