Question Detail Which variables cannot be declared ? structurepointerclassvoid Answer: Option D Ad Similar Questions : 1. What is actual syntax of destructor in c++ ? !Classname( )@Classname( )$Classname( )~Classname( ) Answer: Option D 2. What among following is a generic class ? Function TemplateClass TemplateInherited TemplateNone of above Answer: Option B 3. When a structure refers to itself, it is known as ? encapsulated structurenested structurerecursive structureself-referential structure Answer: Option D 4. Among following which will give the size of object or type ? CallocMallocSizeofRealloc Answer: Option C 5. We can do constructor overloading in C++ ? TrueFalse Answer: Option BExplanation:constructor overloading can be done in C++. Read more from - C++ Programming Questions Answers - Set 2