单选题

假定指针变量p定义为“int *p=malloc(sizeof(int));”,要释放p所指向的动态存储空间,应调用的函数为()。

Afree(p)

Bdelete(p)

Cfree(*p)

Dfree(&p)

正确答案

来源:www.examk.com

答案解析