C Sharp (C#) - File IO
Which of the following is the correct syntax to open a file for writing using
StreamWriter in C#?StreamWriter in C#?new StreamWriter("file.txt") inside a using block for safe disposal.using with proper syntax and constructor call.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions