单选题
以下说明语句中,没有语法错误的是________。
A、
int a,*pa=&a,*pb=*pa;
B、
int aa,&b=aa,*pc=&b;
C、
int c[10],&pc=c;
D、
int dd,&u=&dd,*v=u;
【正确答案】
B
【答案解析】
提交答案
关闭