free () function in C should only be used either for the pointers pointing to the memory allocated using malloc() or for a NULL pointer.
確定! 回上一頁