Which function is used to write formatted data to a file?
Answers
Answered by
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