Q:

Which operator can be used to free the memory allocated for an object in C++?

0

Which operator can be used to free the memory allocated for an object in C++?


  1. Free()
  2. delete
  3. Unallocate
  4. Collect

All Answers

need an explanation for this answer? contact us directly to get an explanation for this answer

(b).delete

need an explanation for this answer? contact us directly to get an explanation for this answer

total answers (1)

OBJECT ORIENTED PROGRAMMING OBJECTS AND CLASSES IN OOPS MCQ

This question belongs to these collections

Similar questions


need a help?


find thousands of online teachers now
What is array of objects?... >>
<< In java, ____________________ takes care of managi...