Home » Misc » Write the function of fprintf and fscanf

Write the function of fprintf and fscanf

Write the function of fprintf and fscanf.

Answer

fprintf () function writes formatted data to a file. fscanf () function reads formatted data from a file.