Multiple choice technology programming languages

Which of the following is a true statement about the C programming language?

  1. Method calls may return only one value but objects may contain any number of methods

  2. The reference count of an object must reach zero for garbage collection to take place

  3. All classes must be declared in header files before they can be instantiated as objects

  4. None of the above

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

The C programming language does not support object-oriented concepts like classes, objects, method calls, or automatic garbage collection natively. Therefore, all statements describing these features are false, making 'None of the above' correct.