Question Detail Which variables cannot be declared ? structurepointerclassvoid Answer: Option D Similar Questions : 1. Even if we define a function in a class, then also we need to declare it first. TrueFalse Answer: Option BExplanation:If we define a function in a class, then also we do not need to declare it first. 2. Which of the following keywords are used to control access to a class member ? protectedswitchgotofor Answer: Option A 3. The antonym of constructor is ? CreatorDistinctDestroyerDestructor Answer: Option D 4. 78. If new operator is used, then the constructor function is ? Copy constructorDefault constructorStatic constructorDynamic constructor Answer: Option D 5. An explicitly defined destructor function may be virtualmay not be virtualwill always be virtualwill never be virtual Answer: Option A Read more from - C++ Programming Questions Answers - Set 2