Write a statement that opens file newmast.dat for output (and creation); use ofstream object outNewMaster.

What will be an ideal response?

```
ofstream outNewMaster{"newmast.dat", ios::out};
```

Computer Science & Information Technology

You might also like to view...

You can import queries as queries or tables in Access

Indicate whether the statement is true or false

Computer Science & Information Technology

Match the following Property Sheet tabs to their properties

I. Format tab II. Data tab III. Event tab IV. Other tab V. All tab A. Macro procedures B. All properties C. Formatting and design of a field or form D. Source of a field and how the field data is entered E. Properties not included elsewhere

Computer Science & Information Technology