Question Detail & operator is ? address operatorindirection operatorlogical andlogical or Answer: Option A Similar Questions : 1. Can we define array of classes in c++ ? YesNo Answer: Option A 2. When a structure refers to itself, it is known as ? encapsulated structurenested structurerecursive structureself-referential structure Answer: Option D 3. Enumerator will allocate the memory when its variables are defined. TrueFalse Answer: Option A 4. Destructors are called ? not definedin any orderin the reverse order of constructor callsin the same order of constructor calls Answer: Option C 5. The advantage of declaring a virtual function as pure is ? programs runs fasterearly binding can be achievedyou force any derived class to define its own implementationyou can avoid making the class an abstract class Answer: Option C Read more from - C++ Programming Questions Answers - Set 2