Question Detail In C++ Functions can returns ? arraysreferenceobjectsall of above Answer: Option D Similar Questions : 1. Constructors has return type void ? TrueFalse Answer: Option A 2. Only one copy of the class is inherited, when it is defined as ? virtualpublicstaticprivate Answer: Option A 3. << operator is ? stream extraction operatorstream insertion operatorleft shift operatorright shift operator Answer: Option B 4. A variable is defined within a block in a body of a function. Which of the following are true ? It is visible from the point of definition to the end of the program.It is visible throughout the function.It is visible from the point of definition to the end of the block.It is visible throughout the block. Answer: Option B 5. The members of a class are ? b) by default are private c) are made private by declaring as private d) none of the above] have no visibility by defaultpublic by defaultprivate by defaultprotected by default Answer: Option C Read more from - C++ Programming Questions Answers - Set 2