题目内容
以下程序的运行结果为【】。#includeint main(){int a,b;int *p1=&a,*p2=&b,*t;a=10; b=20;t=p1; p1=p2; p2=t;printf("%d,%d\n",a,b);return 0;}
查看答案
搜索结果不匹配?点我反馈