Home » C++ Programming » Questions and Answers » Question
  1. What is meant by garbage collection?
    1. Used to replace the variables
    2. The form of manual memory management
    3. The form of automatic memory management
    4. All of above
    5. None of these
Correct Option: C

The garbage collection attempts to reclaim memory occupied by objects that are no longer in use by the program.



Your comments will be displayed only after manual approval.