1.

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

A. remove(p);
B. delete(p);
C. free(p);
D. terminate(p);
Answer» D. terminate(p);


Discussion

No Comment Found

Related MCQs