单项选择题

下面的类型声明中正确是()。

A.int&a[4];
B.int&*p;
C.int&&q;
D.inti,*p=&i;