假定变量m定义为“int m=7;”,则下面正确的语句为()。
A:int p=&m;
B:int *p=&m;
C:int&p=*m;
D:int *p=m;
出自:国家开放大学《C语言程序设计A》