Examveda

Which of the following is used during memory deallocation in C?

A. remove(p);

B. delete(p);

C. free(p);

D. terminate(p);

Answer: Option C


This Question Belongs to C Program >> File Input Output

Join The Discussion

Related Questions on File Input Output