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