MCQOPTIONS
Saved Bookmarks
| 1. |
If we have object from fstream class, then what is the default mode of opening the file? |
| A. | ios::in|ios::out |
| B. | ios::in|ios::out|ios::trunc |
| C. | ios::in|ios::trunc |
| D. | Default mode depends on compiler |
| Answer» E. | |