fprintf function


fprintf is used to format data and O/P to a file. It is basically a printf and so uses the same escape sequences and format identifers.

A related function is sprintf which will O/P formatted text to a character array.

example program.


Top Master Index Keywords Functions


Martin Leslie