download Mastguru Android App

Question Detail

<< operator is ?

  • stream extraction operator
  • stream insertion operator
  • left shift operator
  • right shift operator
Similar Questions :

1. Destructors are called ?

  • not defined
  • in any order
  • in the reverse order of constructor calls
  • in the same order of constructor calls

2. Which among following is not a valid visibility mode in c++ program ?

  • Private
  • Public
  • Protected
  • Limited

3. & operator is ?

  • address operator
  • indirection operator
  • logical and
  • logical or

4. Explicit call to a constructor means ?

  • Not providing the construction name at all
  • Is the shorthand method
  • Providing the constructor name explicitly to invoke it
  • Providing the constructor name implicitly to invoke it

5. Size of a char is ?

  • 1
  • 2
  • 3
  • 4
Read more from - C++ Programming Questions Answers - Set 2
Post a comment