[单选题]

设有定义:int a,b[10],*c=NULL,*p;,则以下语句错误的是(  )。

A.p=a;

B.p=b;

C.p=c;

D.p=&b[0];

参考答案与解析:

相关试题

设有定义:int a,b[10],*c=NULL,*p;,则以下语句错误的是(  )。