

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