Question Detail Declaring pointer more than one can cause Trapabort a programerrornone of above Answer: Option A Similar Questions : 1. Stack unwinding deals with deals with polymorphismdeals with inheritancedeals with exception handingdeals with classes Answer: Option C 2. Can we overload constructors in C++ YesNo Answer: Option A 3. All members of class have which access to its members privatepublicprotecteddepends Answer: Option A 4. ios::ate is used for Set the initial position at the start of the file Set the last position at the end of the fileSet the initial position at the end of the fileSet the last position at the start of the file Answer: Option C 5. 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 Read more from - C++ Programming Questions Answers - Chapter 1