用calloc函数创建具有10个整型元素的一维数组的正确语句是( )。
A、
int *p=calloc(10,2);
B、
int *p=callo(10;
C、
int *p=calloc(10,4);
D、
int *p=malloc(10);
出自:西安建筑科技大学计算机语言及程序设计