Parameterized stream manipulator setfill specifies the fill character that’s displayed when an output is displayed in a field wider than the number of characters or digits in the output. The effect of setfill applies:

a. Only to the current value being displayed.
b. Only to outputs displayed in the current statement.
c. Until explicitly set to a different setting.
d. Until the output buffer is flushed.

c. Until explicitly set to a different setting.

Computer Science & Information Technology

You might also like to view...

The code in the ____ allows an application to assign a value to the Private variable associated with the property.

A. Get block B. default constructor C. Set block D. Property procedure

Computer Science & Information Technology

Why should you use getline () for string data?

A. It removes the spaces between the words. B. It reads all characters until the Enter key. C. getline () isn’t made for strings. D. It works the same as cin >>.

Computer Science & Information Technology