Question Detail Which operators can not be overloaded ? Binary operatorTernary operatorUnary operatorAll can be overloaded Answer: Option B Ad Similar Questions : 1. What is default visibility mode for members of classes in C++ ? PrivatePublic ProtectedDepends Answer: Option A 2. 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 3. Inheritance is transitive in nature. TrueFalse Answer: Option A 4. Among following which will give the size of object or type ? CallocMallocSizeofRealloc 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