Question Detail Dereference operator is also called as pointerReference operatorOffset operatorDeoffset operator Answer: Option C Ad Similar Questions : 1. How to define a destructor X~() {}X() {}~X() ~{}~X() {} Answer: Option D 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. Which of the following type of class allows only one object of it to be created Virtual classAbstract classSingleton classFriend class Answer: Option C 4. Can #define accept parameters YesNo Answer: Option A 5. Which arithmetic operation can be done in pointer MultiplicationDivisionAdditionNone of above Answer: Option C Read more from - C++ Programming Questions Answers - Chapter 1