Question Detail Operator overloading is ? giving new meaning to existing c++ operatorsmaking c++ operators work with objectsgiving c++ operators more than they can handlemaking new c++ operators Answer: Option A Similar Questions : 1. C++ is a ? Procedural programming languageStructural programming languageLow level languageObject oriented programming language Answer: Option D 2. Inheritance is transitive in nature. TrueFalse Answer: Option A 3. Which is more memory efficient ? structureunionboth use same memorydepends on a programmer Answer: Option B 4. && means ? Logical ORBitwise ORLogical ANDBitwise AND Answer: Option C 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