Answer the following statements true (T) or false (F)
1. An alternative to using the open member function is to use the file stream object declaration itself to open the file. For example:
```
fstream DataFile("names.dat", ios::in | ios::out);
```
2. File output may be formatted the same way as console screen output.
3. When data is read from a file, it is automatically stored in a variable.
4. By default, files are opened in binary mode.
1. T
2. T
3. F
4. F
You might also like to view...
MC Python 2.2 provides built-in type______ from which a new class inherits when when it is created.
a) object. b) super. c) base. d) None of the above.
____ changes picture color into black, white, and shades of gray.
A. Blackscale B. Grayscale C. Whitescale D. Colorscale
The summarizing or aggregating data in a crosstab query are displayed at the intersection of the rows and columns
Indicate whether the statement is true or false
Windows 8 supports the use of the FAT16 or NTFS file system
Indicate whether the statement is true or false