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. Default constructor has how many arguments 1230 Answer: Option D 2. What is the meaning of base class in C++ Another class got inherit from this classIt inherit other classIt has a pointer variableIt is the first class declared Answer: Option A 3. cout is declared in the _____ standard file within the std namespace outstreamstdiniostreamNone of above Answer: Option C 4. Declaring pointer more than one can cause Trapabort a programerrornone of above Answer: Option A 5. Which is not a correct variable type floatintdoublereal Answer: Option D Read more from - C++ Programming Questions Answers - Chapter 1