Multiple choice Which type of function can be used to change the cout object's state? Member Manipulator Allocator Operator 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.