Multiple choice technology programming languages Which of the following is a true statement about the C programming language? Method calls may return only one value but objects may contain any number of methods The reference count of an object must reach zero for garbage collection to take place All classes must be declared in header files before they can be instantiated as objects 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.