82.3k views
0 votes
To use a parameterized manipulator, the program must include the header file iostream.

a. True
b. False

User Sastanin
by
7.7k points

1 Answer

6 votes

The answer is : False. Parametized Manipulator should include the header file. <iomanip>. iomanip is an input/output header file in C++. () . It is a function which is used to manipulate i/o statements.


User Qubital
by
6.8k points