Multiple Choice
To reset the format state of the output stream:
A) Call the reset member function.
B) Call the flags member function with the ios_base::fmtflags constant as the argument.
C) Save a copy of the fmtflags value returned by calling member function flags before making any format changes, and then call flags again with that fmtflags value as the argument.
D) You must manually apply each individual format change member function or stream manipulator to restore the default format state.
Correct Answer:

Verified
Correct Answer:
Verified
Q7: Which of the following is not a
Q8: Which of the following stream manipulators causes
Q9: Which of the following is not true
Q10: Untying an input stream, inputStream, from an
Q11: What will be output by the following
Q13: Select the false statement. Outputs are:<br>A) Flushed
Q14: One difference between the three-argument version of
Q15: If unexpected data is processed in an
Q16: Which of the following is an illegal
Q17: Which of the following is a valid