设存在整型变量int x,则下列句与其它三项含义不同的是( )
int* p=&x;
int& p=x;
int & p=x;
int &p=x;
出自:长沙理工大学--面对对象程序设计C++