Question Detail Data members and member functions are enclosed within ? unionstructureclassarray Answer: Option C Ad Similar Questions : 1. 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 2. Which of following valid option will not return a value in c++ ? freevoidemptynull Answer: Option B 3. Queues are based on ? LIFOFIFOLILOFILO Answer: Option B 4. 66. A constructor function is generally defined In the private section of a classIn the public section of a classIn the protected section of a classNone of the above Answer: Option B 5. 37. Which of the following statements is false ? Using typedef does not replace the standard C++ data type name with the new nameThe new name defined by typedef, can be used as a type for another typedeftypedef defines new data typesNone of the above Answer: Option C Read more from - C++ Programming Questions Answers - Set 2