定义char*p=“abcd”,能输出p的值(字符串地址)的语句为()。
A.cout<<&p;
B.cout<<p;
C.cout<<(char*)p;
D.cout<<const_cast(p);
正确答案:D
相关答案
热门答案