Self-Review Exercises
-
13.1 (Fill in the Blanks) Answer each of the following:
Input/output in C++ occurs as of bytes.
The stream manipulators for justification are , and .
Member function can be used to set and reset format state.
Most C++ programs that do I/O should include the header that contains the declarations required for all stream-I/O operations.
When using parameterized manipulators, the header must be included.
The stream manipulator causes positive numbers to display with a plus sign.
The
ostream
member function is used to perform unformatted output.Input operations are supported by class ...
Get C++ How to Program, 10/e now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.