假定变量m定义为“int m=7;”,则定义p的正确语句为( )。
A、int p=&m;
B、int *p=&m;
C、int &p=*m;
D、int *p=m;
出自:池州学院-数学与应用数学