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. Which class has only one unique value for all the objects of class thisfriend staticnone of above Answer: Option C 2. If no constructor is there, then compiler assumes the class to have a default constructor with no arguments TrueFalse Answer: Option A 3. C++ programs must contain start()system()main()program() Answer: Option C 4. What is the value of sizeof(char) 1248 Answer: Option A 5. what is a class in c++ Class in a collection of objectsClass has noting to do with objectIt just have declaration of few variablesNone of above Answer: Option A Read more from - C++ Programming Questions Answers - Chapter 1