Question Detail \r is used for carriage returnnew lineend of the linevertical tab Answer: Option A Similar Questions : 1. If no constructor is there, then compiler assumes the class to have a default constructor with no arguments TrueFalse Answer: Option A 2. Stack unwinding deals with deals with polymorphismdeals with inheritancedeals with exception handingdeals with classes Answer: Option C 3. Constructor is A class automatically called whenever a new object of this class is createdA class automatically called whenever a new object of this class is destroyedA function automatically called whenever a new object of this class is createdA function automatically called whenever a new object of this class is destroyed Answer: Option C 4. Inline functions are invoked at Run timeCompile timeDebug timeNone of above Answer: Option B 5. How we mark the end of c++ statement ;:>><< Answer: Option A Read more from - C++ Programming Questions Answers - Chapter 1