Question Detail

Which operators can not be overloaded ?

  • Binary operator
  • Ternary operator
  • Unary operator
  • All can be overloaded
Similar Questions :

1. Which operators can not be overloaded ?

  • Binary operator
  • Ternary operator
  • Unary operator
  • All can be overloaded

2. Which of the following cannot be passed to a function ?

  • Array
  • Reference variable
  • Object
  • File

3. Enumerators are stored by the compiler in ?

  • string
  • integer
  • float
  • any of above

4. A class having no public constructors is

  • A public protected class
  • A public class
  • A protected class
  • A private class

5. Can we define array of classes in c++ ?

  • Yes
  • No
Read more from - C++ Programming Questions Answers - Set 2