單項選擇題假定指針變量p定義為“int *p=malloc(sizeof(int));”,要釋放p所指向的動態(tài)存儲空間,應(yīng)調(diào)用的函數(shù)為()。

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


您可能感興趣的試卷