Question Detail If no constructor is there, then compiler assumes the class to have a default constructor with no arguments TrueFalse Answer: Option A Similar Questions : 1. 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 2. Can we overload constructors in C++ YesNo Answer: Option A 3. Which is not C++ storage class autoregisterstaticiostream Answer: Option DExplanation:Storage classes are: auto register static extern 4. Which type of variables can be referred from anywhere in the c++ code All variablesLocal variablesUniversal variablesGlobal variables Answer: Option D 5. \r is used for carriage returnnew lineend of the linevertical tab Answer: Option A Read more from - C++ Programming Questions Answers - Chapter 1