Q. Which method is used to write content in the file ?
β
Correct Answer: (C)
syswrite
Explanation: You can use the method syswrite to write the contents into a file. You need to open the file in write mode when using the method syswrite.