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

1. When the fixed manipulator is used, the value specified by the setprecision manipulator will be the number of digits to appear after the decimal point.
2. The only difference between the get function and the >> operator is that get reads the first character typed, even if it is a space, tab, or the [Enter] key.
3. The cin << statement will stop reading input when it encounters a newline character.
4. If you want to know the length of the string that is stored in a string object, you can call the object's size member function.
5. Arithmetic operators that share the same precedence have right to left associativity.

1. T
2. T
3. T
4. F
5. F

Computer Science & Information Technology

You might also like to view...

The operating system acts as an intermediary between application software and ________

A) computer hardware B) computer viruses C) computer programs D) Windows 8

Computer Science & Information Technology

The ____________________ is a temporary holding area in your computer's memory.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology