Computer Science, asked by vishnu5514, 5 months ago

what is the function used for reading and writing​

Answers

Answered by Anonymous
0

Answer:

For reading and writing to a text file, we use the functions fprintf() and fscanf(). They are just the file versions of printf() and scanf() . The only difference is that fprint() and fscanf() expects a pointer to the structure FILE.

Similar questions