Question Detail Among following which will give the size of object or type ? CallocMallocSizeofRealloc Answer: Option C Similar Questions : 1. Can we define array of classes in c++ ? YesNo Answer: Option A 2. Classes in c++ are ? Fundamental data typePrimitive data typeDesired data typeNot defined Answer: Option C 3. int *ptr[5]; a pointer of 5 int elementsan array of 5 int pointersan array of 5 elements returning an int valuenone of above Answer: Option B 4. What among following is a generic class ? Function TemplateClass TemplateInherited TemplateNone of above Answer: Option B 5. What is actual syntax of destructor in c++ ? !Classname( )@Classname( )$Classname( )~Classname( ) Answer: Option D Read more from - C++ Programming Questions Answers - Set 2