Question Detail Which variables cannot be declared ? structurepointerclassvoid Answer: Option D Similar Questions : 1. Which is more memory efficient ? structureunionboth use same memorydepends on a programmer Answer: Option B 2. What is true about Constructor ? Its name is plural of class name.Its name has * symbol before it.Its name is same as of class name.Its name has # symbol before it. Answer: Option C 3. The process of deriving a class from another derived class is known as ? single inheritancedual inheritancemultiple inheritancemultilevel inheritance Answer: Option D 4. Classes that can be used to instantiate objects are called concrete classes. TrueFalse Answer: Option A 5. Destructors are called ? not definedin any orderin the reverse order of constructor callsin the same order of constructor calls Answer: Option C Read more from - C++ Programming Questions Answers - Set 2