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