已经int *p;,则下列语句中能够输出3的语句包括(    )。
A、p=new int(3);cout<<*p;
B、p=new int[3];cout<<*p;
C、p=new int[3]; p[0]=3; cout<<*p;
D、*p=3; cout<<*p;
\n 已经int *p;,则下列语句中能够输出3的语句包括(    )。 A、p=new int(3);cout - 期末考试 - 面向对象程序设计 - 爱课程(中国大学MOOC) | 大学网课搜题引擎