Question Detail

<< operator is ?

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

1. The function used to define the task assigned to an operator is ?

  • Virtual function
  • Static function
  • Operator function
  • Friend function

2. The objects can directly access ?

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

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

  • True
  • False

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

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

5. << operator is ?

  • stream extraction operator
  • stream insertion operator
  • left shift operator
  • right shift operator
Read more from - C++ Programming Questions Answers - Set 2