题目内容
有以下程序#include int main(){int m=1,n=2,*p=&m,*q=&n,*r;r=p;p=q;q=r;printf("%d,%d,%d,%d\n",m,n,*p,*q);return 0;}程序运行后的输出结果是:
查看答案
搜索结果不匹配?点我反馈