Multiple choice

Which type of function can be used to change the cout object's state?

  1. Member

  2. Manipulator

  3. Allocator

  4. Operator

  5. Constructor

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

Manipulators are objects that can modify a stream using the << or >> operators.