若使P指向包含30个整型元素的动态数组空间,则使用的定义语句为()。
A:int*p=newint[30]
B:int*p=newint(30)
C:int*p=new[30]
D:*p=newint[30]
出自:国家开放大学《面向对象程序设计》