Question Detail Every class has atleast one construtor TrueFalse Answer: Option A Similar Questions : 1. Can we overload constructors in C++ YesNo Answer: Option A 2. If no constructor is there, then compiler assumes the class to have a default constructor with no arguments TrueFalse Answer: Option A 3. How we mark the end of c++ statement ;:>><< Answer: Option A 4. 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 5. Which of the following functions below can be used Allocate space for array in memory calloc()malloc()realloc()All of above Answer: Option A Read more from - C++ Programming Questions Answers - Chapter 1