单项选择题

若使P指向包含30个整型元素的动态数组空间,则使用的定义语句为()。

A.int*p=newint[30]
B.int*p=newint(30)
C.int*p=new[30]
D.*p=newint[30]