若有以下定义语句:int a,b,p; float c,q; 则赋值真确的是()

10 查阅

若有以下定义语句:int a,b,p; float c,q; 则赋值真确的是()

A.p=&c

B.q=p

C.p=NULL

D.q=new int

参考答案:

答案:p=NULL