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

1. 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..

2. C++ uses the system file name for the program file name.


1. True
2. False
Explanation: Some languages do this but C++ requires that you declare a file stream variable and explicitly attach it to the system file name. System file names frequently have characters in them that are illegal in C++ names. This would place too strong a restriction on file names that C++ programs can manipulate.

Computer Science & Information Technology

You might also like to view...

In which type of memory is data lost when the electricity to the computer is turned off?

A) RAM B) ROM C) BIOS D) Flash BIOS

Computer Science & Information Technology

You can quickly create a task from the Mail window by dragging an e-mail message from the Inbox to the Task List section of the status bar.

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

Computer Science & Information Technology

The ____________________ command is used to locate text and change all occurrences to new text.

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

Computer Science & Information Technology

Photoshop displays a gray slice number and gray slice badge on user-defined slices.

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

Computer Science & Information Technology