A.主文件 B.實現文件 C.庫文件 D.頭文件
A.可維護性 B.可復用性 C.兼容性 D.正確性
A.int*p=newint[30] B.int*p=newint(30) C.int*p=new[30] D.*p=newint[30]