单项选择题

以下说明语句中,没有语法错误的是()。

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;