以下建立动态存储的语句正确的是()
A:int p=new int;
B:int p=new(10);
C:int *p(10);
D:int *p=new int(10);
出自:计算机科学