download Mastguru Android App

Question Detail

The symbol ** __ .

  • can be overloaded by changing its datatype.
  • cannot be overloaded, as on overloading its meaning shall be changed.
  • can be overloaded.
  • cannot be overloaded as it is not a C++ operator.
Similar Questions :

1. Enumerator will allocate the memory when its variables are defined.

  • True
  • False

2. A class having no public constructors is

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

3. 78. If new operator is used, then the constructor function is ?

  • Copy constructor
  • Default constructor
  • Static constructor
  • Dynamic constructor

4. The objects can directly access ?

  • Public members
  • Private members
  • Both of above
  • None of above

5. && means ?

  • Logical OR
  • Bitwise OR
  • Logical AND
  • Bitwise AND
Read more from - C++ Programming Questions Answers - Set 2
Post a comment