Question Detail In C++ Functions can returns ? arraysreferenceobjectsall of above Answer: Option D Similar Questions : 1. Which of the following keywords are used to control access to a class member ? protectedswitchgotofor Answer: Option A 2. Destructors are called ? not definedin any orderin the reverse order of constructor callsin the same order of constructor calls Answer: Option C 3. 78. If new operator is used, then the constructor function is ? Copy constructorDefault constructorStatic constructorDynamic constructor Answer: Option D 4. The derived class constructor never passes any values to base class constructorcan pass arguments only to one base class constructor functionis responsible for passing the entire test of arguments needed by base class constructorsnone of above Answer: Option C 5. Enumerators are stored by the compiler in ? stringintegerfloatany of above Answer: Option B Read more from - C++ Programming Questions Answers - Set 2