Multiple choice technology programming languages Feature which is not in C Large number of Compound operators Function and data pointers supporting Small set of key words Automatic garbage collection Reveal answer Fill a bubble to check yourself D Correct answer Explanation C does not have automatic garbage collection; developers must manage memory manually using malloc and free. Other features like compound operators, pointers (data and function), and a small keyword footprint are core characteristics of C.