Question Detail Which operators can not be overloaded ? Binary operatorTernary operatorUnary operatorAll can be overloaded Answer: Option B Similar Questions : 1. Which operators can not be overloaded ? Binary operatorTernary operatorUnary operatorAll can be overloaded Answer: Option B 2. Which of the following cannot be passed to a function ? ArrayReference variableObjectFile Answer: Option D 3. Enumerators are stored by the compiler in ? stringintegerfloatany of above Answer: Option B 4. A class having no public constructors is A public protected classA public classA protected classA private class 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