Home » C Programming » Storage Classes » Question
  1. Which of the following is used during memory deallocation in C?
    1. delete(p);
    2. terminate(p);
    3. remove(p);
    4. free(p);
    5. None of these
Correct Option: D

free(p);



Your comments will be displayed only after manual approval.