Multiple choice technology programming languages

Feature which is not in C

  1. Large number of Compound operators

  2. Function and data pointers supporting

  3. Small set of key words

  4. 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.