问题详情
假定变量m定义为int m=7;则定义变量p的正确语句为()。
A.int p=&m;
B.int *p=&m;
C.int &p=*m;
D.int *p=m;
请帮忙给出正确答案和分析,谢谢!