Question Detail Destructors are called ? not definedin any orderin the reverse order of constructor callsin the same order of constructor calls Answer: Option C Ad Similar Questions : 1. Among following which will give the size of object or type ? CallocMallocSizeofRealloc Answer: Option C 2. An explicitly defined destructor function may be virtualmay not be virtualwill always be virtualwill never be virtual Answer: Option A 3. Which is more memory efficient ? structureunionboth use same memorydepends on a programmer Answer: Option B 4. The function used to define the task assigned to an operator is ? Virtual functionStatic functionOperator functionFriend function Answer: Option C 5. & operator is ? address operatorindirection operatorlogical andlogical or Answer: Option A Read more from - C++ Programming Questions Answers - Set 2