A.int *p, *q; q=p=NULL;
B.int p, *q; q=&p;
C.int a=5, *p; *p=a;
D.int a=5, *p=&a, *q=&a; *p=*q;"
答案: <查看本题扣1积分>
查看答案
答案不对?请尝试站内搜索