MCQOPTIONS
Saved Bookmarks
| 1. |
In the given constructor declaration for character based file operation what does ‘path’ and ‘bool specifies?StreamWriter(string path, bool append) |
| A. | the name of the file to open |
| B. | specifies the full path of file |
| C. | if append is true, the file is appended to the end of the existing file |
| D. | all of the mentioned |
| Answer» E. | |