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. Dereference operator is also called as pointerReference operatorOffset operatorDeoffset operator Answer: Option C 2. Which of the following type of class allows only one object of it to be created Virtual classAbstract classSingleton classFriend class Answer: Option C 3. What is polymorphism Ability to take more than one formAbility to destroy destructorAbility to create constructorNone of above Answer: Option A 4. Which among following has invalid syntax ? #include #include file#include "file"None of above Answer: Option B 5. Which type of variables can be referred from anywhere in the c++ code All variablesLocal variablesUniversal variablesGlobal variables Answer: Option D Read more from - C++ Programming Questions Answers - Chapter 1