Question Detail Which arithmetic operation can be done in pointer MultiplicationDivisionAdditionNone of above Answer: Option C Similar Questions : 1. Every class has atleast one construtor TrueFalse Answer: Option A 2. Which arithmetic operation can be done in pointer MultiplicationDivisionAdditionNone of above Answer: Option C 3. Meaning of deed copy is A deep copy creates a copy of the dynamically allocated objects tooA deep copy just copies the values of the data as they areA deep copy creates a copy of the statically allocated objects tooBoth A and C Answer: Option A 4. Meaning of PDB Physical Database FileProgram Database FileProgram Direct FileNone of above Answer: Option B 5. Which is not C++ storage class autoregisterstaticiostream Answer: Option DExplanation:Storage classes are: auto register static extern Read more from - C++ Programming Questions Answers - Chapter 1