30.有以下程序  main()  { int a=7,b=8,*p,*q,*r;  p=&a;q=&b;  r=p; p=q;q=r;  printf("%d,%d,%d,%d\n",*p,"q,a,B);  }  程序运行后的输出结果是 
(A)8,7,8,7
(B)7,8,7,8
(C)8,7,7,8
(D)7,8,8,7

答案:登入後查看
統計: A(0), B(1), C(0), D(0), E(0) #525231