Question Detail Which operators can not be overloaded ? Binary operatorTernary operatorUnary operatorAll can be overloaded Answer: Option B Similar Questions : 1. How we can define member function outside the class ? Using unionUsing structureUsing pointersUsing scope resolution Answer: Option D 2. Enumerators are stored by the compiler in ? stringintegerfloatany of above Answer: Option B 3. Data members and member functions are enclosed within ? unionstructureclassarray Answer: Option C 4. C++ is a ? Procedural programming languageStructural programming languageLow level languageObject oriented programming language 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