Question Detail Data members and member functions are enclosed within ? unionstructureclassarray Answer: Option C Similar Questions : 1. The antonym of constructor is ? CreatorDistinctDestroyerDestructor Answer: Option D 2. When a structure refers to itself, it is known as ? encapsulated structurenested structurerecursive structureself-referential structure Answer: Option D 3. What is data hiding ? It is related with hiding internal object detailsIt is related with showing internal object detailsIt is related with datatypesNone of above Answer: Option A 4. 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 5. The symbol ** __ . can be overloaded by changing its datatype.cannot be overloaded, as on overloading its meaning shall be changed.can be overloaded.cannot be overloaded as it is not a C++ operator. Answer: Option D Read more from - C++ Programming Questions Answers - Set 2