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

1) If the output is too wide for the width specified in a setw manipulator or a call to the width member function, then the output is lost.
2) You get the manipulators endl and member functions setf and precision
with the iostream header, but you have to include the iomanip header to get
the manipulators setw and setprecision..
3) You don’t need using directives or using declarations to use the setw or
setprecision manipulators.
4) C++ uses the system file name for the program file name.


1) F
2) T
3) F
4) F

Computer Science & Information Technology

You might also like to view...

For the makefile in Problem 6, list all the targets and the commands needed to generate them. Identify dummy targets and explain why they are named as they are.

What will be an ideal response?

Computer Science & Information Technology

Quick Start tables are created from templates

Indicate whether the statement is true or false

Computer Science & Information Technology

To select all cells that contain a formula, press Ctrl and type ________

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

Computer Science & Information Technology

____ involves developing ideas for the movie, writing the script, casting, scheduling production, and gathering all of the resources for production - including people, equipment, and facilities.

A. Production B. Sound editing C. Postproduction D. Preproduction

Computer Science & Information Technology