单项选择题

定义char*p=“abcd”,能输出p的值(字符串地址)的语句为()

A.cout< < &p;
B.cout< < p;
C.cout< < (char*)p;
D.cout< < const_cast< void*>(p);