Question Detail Dereference operator is also called as pointerReference operatorOffset operatorDeoffset operator Answer: Option C Similar Questions : 1. Which arithmetic operation can be done in pointer MultiplicationDivisionAdditionNone of above Answer: Option C 2. What is inheritance Inheritance allows one class to reuse the state and behavior of another class.It deals with dangling pointersIt deals with void pointersIt is type of class declaration Answer: Option A 3. What is the meaning of base class in C++ Another class got inherit from this classIt inherit other classIt has a pointer variableIt is the first class declared Answer: Option A 4. Which operator is used to define a member of a class from outside the class definition ->::.>> Answer: Option B 5. Can we overload constructors in C++ YesNo Answer: Option A Read more from - C++ Programming Questions Answers - Chapter 1