Question Detail & operator is ? address operatorindirection operatorlogical andlogical or Answer: Option A Similar Questions : 1. 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 2. What is class in c++ ? When you define a class, you define a blueprint for a data type.When you define a class, you make get more funtionality.When you define a class, you define the logic. When you define a class, you make debugging. Answer: Option A 3. 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 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. C++ is a ? Procedural programming languageStructural programming languageLow level languageObject oriented programming language Answer: Option D Read more from - C++ Programming Questions Answers - Set 2