193k views
0 votes
This manipulator is used to establish a field width for the value immediately following it.

A) field_width
B) set_field
C) setw
D) iomanip
E) None of the above

User Amarundo
by
7.3k points

1 Answer

5 votes

Final answer:

The manipulator used to establish a field width for the value immediately following it is setw from the iomanip library in C++.

Step-by-step explanation:

The manipulator used to establish a field width for the value immediately following it is setw from the iomanip library in C++. The setw manipulator sets the minimum width of the field in which the value will be displayed.

User Bigflow
by
8.2k points