找考题网-背景图
单项选择题

A.free(p)B.delete(p)C.free(*p)D.free(&p)假定指针变量p定义为“int*……

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

A.free(p)
B.delete(p)
C.free(*p)
D.free(&p)