单项选择题

假定变量m定义为“int m=7;”,则下面正确的语句为()。

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