Answer the following statements true (T) or false (F)

1) The stream member function flags with a long argument sets the flags state variable
to its argument and returns its previous value.
2) The stream insertion operator << and the stream extraction operator >> are overloaded
to handle all standard data types—including strings and memory addresses (stream insertion
only)—and all user-defined data types.
3) The stream member function flags with no arguments resets the stream’s format state.
4) Input with the stream extraction operator >> always skips leading white-space characters
in the input stream, by default.
5) The stream member function rdstate returns the current state of the stream.


1. False. The stream member function flags with a fmtflags argument sets the flags
state variable to its argument and returns the prior state settings.
2. False. The stream insertion and stream extraction operators are not overloaded for all
user-defined types. You must specifically provide the overloaded operator functions
to overload the stream operators for use with each user-defined type you create.
3. False. The stream member function flags with no arguments returns the current format
settings as a fmtflags data type, which represents the format state.
4. True.
5. True.

Computer Science & Information Technology

You might also like to view...

In Illustrator, you use the ____ panel to specify the font and the font size, as well as other options such as kerning.

A. Text B. Type C. Character D. Paragraph

Computer Science & Information Technology

A(n) template is a collection of information that is arranged for ease and speed of search and retrieval and is usually associated with a specific software package.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

________ emphasize a cell or range of cells

A) Criteria B) Arguments C) Borders and shading D) Formulas

Computer Science & Information Technology

The comparison measurement between an antenna's radiation pattern and an isotropic antenna's radiation pattern is called antenna _______

Fill in the blank(s) with correct word

Computer Science & Information Technology