Question Detail Which among following is not a valid visibility mode in c++ program ? PrivatePublicProtectedLimited Answer: Option D Similar Questions : 1. What is default scope for a structure ? PrivateProtectedPublicNone of aobve Answer: Option C 2. The antonym of constructor is ? CreatorDistinctDestroyerDestructor Answer: Option D 3. Enumerators are stored by the compiler in ? stringintegerfloatany of above Answer: Option B 4. In C++ Functions can returns ? arraysreferenceobjectsall of above Answer: Option D 5. Can we define array of classes in c++ ? YesNo Answer: Option A Read more from - C++ Programming Questions Answers - Set 2