注意:此页面搜索的是所有试题
设存在整型变量int x,则下列句与其它三项含义不同的是( )
int* p=&x;
int& p=x;
int & p=x;
int &p=x;
int* p=&x;
int& p=x;
int & p=x;
int &p=x;
参考答案