Vidyalelo
C# Programming · Q96

File Handling and Input Output in C Sharp

Programming · C# Programming · question 96

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
Answer

Answer: Option D

Solution

Answer: Option D
No explanation is given for this question Let's Discuss on Board