Question Detail Stack unwinding deals with deals with polymorphismdeals with inheritancedeals with exception handingdeals with classes Answer: Option C Similar Questions : 1. Which is not C++ storage class autoregisterstaticiostream Answer: Option DExplanation:Storage classes are: auto register static extern 2. \r is used for carriage returnnew lineend of the linevertical tab Answer: Option A 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. What is getline() in c++ getline() extract the delimeter newline character from the input streamgetline() does not extract the delimeter newline character from the input streamNone of above Answer: Option A 5. C++ programs must contain start()system()main()program() Answer: Option C Read more from - C++ Programming Questions Answers - Chapter 1