Computer Science, asked by moozashraf1861, 1 year ago

Which function is used to write formatted data to a file?

Answers

Answered by shru22
0
There are a large number of functions to handle file I/O (Input Output) in C. In this tutorial, you will learn to handle standard I/O in C using fprintf(), fscanf(), fread(), fwrite(), fseek.and more.
Similar questions