题目内容
以下程序的运行结果是_________。#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 ;}
查看答案
搜索结果不匹配?点我反馈