单项选择题

设存在整型变量int x,则下列句与其它三项含义不同的是()

A.int* p=&x;
B.int& p=x;
C.int & p=x;
D.int &p=x;