Q33
In C#, what is the method used to append lines to a file?
A.
File.AppendLines()
B.
File.Append()
C.
File.WriteAllLines()
AnswerD.
File.WriteAllText()
Answer: Option C
Solution
Answer: Option C
No explanation is given for this question Let's Discuss on Board