Q96
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
AnswerAnswer: Option D
Solution
Answer: Option D
No explanation is given for this question Let's Discuss on Board