假定p是具有int**类型的指针变量,则给P赋值的正确语句为()。
A:p=newint
B:p=aewint*
C:p=newint**
D:p=newint[10]
出自:国家开放大学《面向对象程序设计》