Question Detail \r is used for carriage returnnew lineend of the linevertical tab Answer: Option A Ad Similar Questions : 1. How we define our name for constants #constant#define#define_constant#constant_define Answer: Option B 2. 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 3. Which is not C++ storage class autoregisterstaticiostream Answer: Option DExplanation:Storage classes are: auto register static extern 4. Which arithmetic operation can be done in pointer MultiplicationDivisionAdditionNone of above Answer: Option C 5. what is a class in c++ Class in a collection of objectsClass has noting to do with objectIt just have declaration of few variablesNone of above Answer: Option A Read more from - C++ Programming Questions Answers - Chapter 1