Multiple choice technology programming languages GC stands for Global Cache Garbage Collector Generation Code None Reveal answer Fill a bubble to check yourself B Correct answer Explanation GC stands for Garbage Collector, which is the automatic memory management component in .NET. It automatically allocates and releases memory for objects, handles cleanup of unused resources and helping prevent memory leaks in managed code.