Question Detail When a structure refers to itself, it is known as ? encapsulated structurenested structurerecursive structureself-referential structure Answer: Option D Similar Questions : 1. What is default visibility mode for members of classes in C++ ? PrivatePublic ProtectedDepends Answer: Option A 2. Which of following valid option will not return a value in c++ ? freevoidemptynull Answer: Option B 3. Destructors are called ? not definedin any orderin the reverse order of constructor callsin the same order of constructor calls Answer: Option C 4. The antonym of constructor is ? CreatorDistinctDestroyerDestructor Answer: Option D 5. The function used to define the task assigned to an operator is ? Virtual functionStatic functionOperator functionFriend function Answer: Option C Read more from - C++ Programming Questions Answers - Set 2