How does Python's garbage collection work? - Study24x7
Social learning Network
21 Feb 2024 11:36 AM study24x7 study24x7

How does Python's garbage collection work?

A

Manually deallocating memory using the free() function

B

Automatically reclaiming memory occupied by unreachable objects

C

Releasing memory when the program exits

D

Assigning memory to variables during runtime

study24x7
Write a comment
Related Questions
500+   more Questions to answer
Most Related Articles