Question:How many ways you can write into a file?
Answer We can write into a file using the following mode and Methods:
Methods- fwrite() with fopen, file_put_contants().
Mode- r+, W, w+, A, a+, X, x+
+ Report
How many ways you can write into a file?