用calloc函数创建具有10个整型元素的一维数组的正确语句是()。
·int*p=calloc(10,2);
·int*p=calloc(10);
·int*p=calloc(10,4);
·int*p=malloc(10)
出自:佳木斯大学语言治疗学