用new运算符创建一维整型数组的正确语句是()。
A:int*p=newa[10]
B:int*p=newfloat[10]
C:int*p=newint[10]
D:int*p=newint[5]={1,2,3,4,5}
出自:国家开放大学《面向对象程序设计》