问题 更新时间2023/5/15 13:43:00 用calloc函数创建具有10个整型元素的一维数组的正确语句是( )。单选题 (2 分) 2分 A.int *p=calloc(10,2); B.int *p=calloc(10); C.int *p=calloc(10,4); D.int *p=malloc(10) 答案 登录 注册 C. int *p=calloc(10,4); 出自:安徽教育在线 >> 国家开放大学C语言程序设计