单项选择题

假定变量m定义为int m=7;则定义变量p的正确语句为( )。

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