Question Detail Which arithmetic operation can be done in pointer MultiplicationDivisionAdditionNone of above Answer: Option C Similar Questions : 1. How to define a destructor X~() {}X() {}~X() ~{}~X() {} Answer: Option D 2. Which among following has invalid syntax ? #include #include file#include "file"None of above Answer: Option B 3. Which operator is used for comparing two variables :===:== Answer: Option D 4. Which is boolean operator for logical and &||&|&& Answer: Option D 5. \r is used for carriage returnnew lineend of the linevertical tab Answer: Option A Read more from - C++ Programming Questions Answers - Chapter 1